Skip to main content

decode_from

Function decode_from 

Source
pub fn decode_from<T: DeserializeOwned, R: Read>(
    reader: R,
    format: Format,
) -> Result<T>
Expand description

Deserialize a value from a reader in the specified format.