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.
pub fn from_stream<S, V: FromStream<S>, R: Read>(stream: &mut R) -> Result<V>A simple function to read a value from a stream.