pub fn decode_from_std_read<'r, D: DeserializeOwned, C: Config, R: Read>(
src: &'r mut R,
config: C,
) -> Result<D, DecodeError>Available on crate features
serde and std only.pub fn decode_from_std_read<'r, D: DeserializeOwned, C: Config, R: Read>(
src: &'r mut R,
config: C,
) -> Result<D, DecodeError>serde and std only.