karyon_core::util::encode

Function encode

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

Encode the given type T into a Vec<u8>.