Function from_stream

Source
pub fn from_stream<S, V: FromStream<S>, R: Read>(stream: &mut R) -> Result<V>
Expand description

A simple function to read a value from a stream.