bcs

Function from_reader

Source
pub fn from_reader<T>(reader: impl Read) -> Result<T>
Expand description

Deserialize a type from an implementation of Read.