Trait gstreamer::structure::GlibValueError[][src]

pub trait GlibValueError: 'static {
    fn from_value_error(name: &'static str, err: Self) -> GetError;
}

Required methods

fn from_value_error(name: &'static str, err: Self) -> GetError[src]

Loading content...

Implementations on Foreign Types

impl GlibValueError for ValueTypeMismatchError[src]

fn from_value_error(name: &'static str, err: Self) -> GetError[src]

impl GlibValueError for ValueTypeMismatchOrNoneError[src]

fn from_value_error(name: &'static str, err: Self) -> GetError[src]

Loading content...

Implementors

Loading content...