Trait videocore_gencmd::gencmd::response::ParseFieldType[][src]

pub trait ParseFieldType<'a>: Sized {
    type Error: Error;
    fn parse(source: &'a str) -> Result<(&'a str, Self), Self::Error>;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors