Skip to main content

encode

Function encode 

Source
pub fn encode<T: Serialize>(value: &T, format: Format) -> Result<Vec<u8>>
Expand description

Serialize a value in the specified format.