Function bcs::from_reader_seed

source ·
pub fn from_reader_seed<T, V>(seed: T, reader: impl Read) -> Result<V>
where for<'a> T: DeserializeSeed<'a, Value = V>,
Expand description

Deserialize a type from an implementation of Read using the provided seed