Skip to main content

decode_prefixed

Function decode_prefixed 

Source
pub fn decode_prefixed<T: Decodable>(
    prefix: &str,
    s: &str,
) -> Result<T, PrefixedDecodeError>