Function rmp_serde::encode::to_vec [−][src]
Expand description
Serialize the given data structure as a MessagePack byte vector. This method uses compact representation, structs are serialized as arrays
Serialization can fail if T’s implementation of Serialize decides to fail.
