pub trait FadromaSerializeExt: FadromaSerialize {
    // Required method
    fn serialize(&self) -> Result<Vec<u8>>;
}
Expand description

Extension trait for conveniently serializing types that implement FadromaSerialize into bytes.

Required Methods§

source

fn serialize(&self) -> Result<Vec<u8>>

Implementors§