pub fn decode_from_bytes<D: DecodeBytes<()>, C: Config>( src: Bytes, config: C, ) -> Result<(D, usize), DecodeError>