pub fn from_msgpack_file<T, P>(path: P) -> Result<T>where
    T: for<'a> Deserialize<'a>,
    P: AsRef<Path>,
Expand description

Converts from the MessagePack file to a value of T type.