pub fn from_binary<T>(v: &[u8]) -> Twhere
    T: DeserializeOwned,
Expand description

Returns a fully loaded object from a binary dump.

This function panics if the dump is invalid.