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

Decode an owned type from the given std::io::Read.