Function videocore_gencmd::gencmd::response::parse_field[][src]

pub fn parse_field<'a, T: ParseFieldType<'a>>(
    source: &'a str,
    key: &str,
    value_prefix: Option<&str>,
    value_suffix: Option<&str>
) -> Result<(&'a str, T), ParseFieldError<T::Error>>