[][src]Trait mpvipc::GetPropertyTypeHandler

pub trait GetPropertyTypeHandler: Sized {
    fn get_property_generic(
        instance: &Mpv,
        property: &str
    ) -> Result<Self, Error>; }

Required methods

fn get_property_generic(instance: &Mpv, property: &str) -> Result<Self, Error>

Loading content...

Implementations on Foreign Types

impl GetPropertyTypeHandler for bool[src]

impl GetPropertyTypeHandler for String[src]

impl GetPropertyTypeHandler for f64[src]

impl GetPropertyTypeHandler for usize[src]

impl GetPropertyTypeHandler for Vec<PlaylistEntry>[src]

impl GetPropertyTypeHandler for HashMap<String, MpvDataType>[src]

Loading content...

Implementors

Loading content...