pub fn rmp_to_vec_all_named<T>(val: &T) -> Result<Vec<u8>, Error> where
    T: Serialize + ?Sized
Expand description

Utility function: encodes any serializable value in MessagePack binary format using the RMP library.

Field names and variant names are included in the serialization. This is used internally by the netapp communication protocol.