Function data_stream::from_stream[][src]

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

A simple function to read a value from a stream.