[][src]Trait mpvipc::ipc::TypeHandler

pub trait TypeHandler: Sized {
    fn get_value(value: Value) -> Result<Self, Error>;
fn as_string(&self) -> String; }

Required methods

fn get_value(value: Value) -> Result<Self, Error>

fn as_string(&self) -> String

Loading content...

Implementations on Foreign Types

impl TypeHandler for String[src]

impl TypeHandler for bool[src]

impl TypeHandler for f64[src]

impl TypeHandler for usize[src]

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

impl TypeHandler for Vec<PlaylistEntry>[src]

Loading content...

Implementors

Loading content...