Function bcs::from_reader

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

Deserialize a type from an implementation of Read.