from_stream

Function from_stream 

Source
pub fn from_stream<'de, T>(
    decoder: &mut Decoder,
    rdr: &mut dyn Read,
) -> Result<T>
where T: Deserialize<'de>,
Expand description

Decode single message from object that implements std::io::Read trait.