Skip to main content

encode

Function encode 

Source
pub fn encode<T: Encode>(value: &T) -> Vec<u8> 
Expand description

Encode the value into a Vec<u8> of bytes.`