Skip to main content

encode_versioned

Function encode_versioned 

Source
pub fn encode_versioned<T>(value: &T) -> Result<Vec<u8>, WireVersionError>
where T: ToMessagePack,
Expand description

Encode value into a v2 versioned envelope.