Skip to main content

decode_typed

Function decode_typed 

Source
pub fn decode_typed<T: Codec>(buf: &[u8]) -> Result<(T, usize), CodecError>