Function serdeconv::from_msgpack_file
[−]
[src]
pub fn from_msgpack_file<T, P>(path: P) -> Result<T> where
T: for<'a> Deserialize<'a>,
P: AsRef<Path>,
Converts from the MessagePack file to a value of T
type.