pub fn encode<D>(data: D) -> Result<Vec<u8>, ErrorKind>where
    D: Serialize,
Expand description

Encode serde::Serialize implementor into bytes.