pub fn from_msgpack_reader<T, R>(reader: R) -> Result<T>where
T: for<'a> Deserialize<'a>,
R: Read,
Expand description
Reads a MessagePack bytes from the reader and converts it to a value of T
type.
pub fn from_msgpack_reader<T, R>(reader: R) -> Result<T>where
T: for<'a> Deserialize<'a>,
R: Read,
Reads a MessagePack bytes from the reader and converts it to a value of T
type.