[][src]Trait transact::protos::IntoBytes

pub trait IntoBytes: Sized {
    fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>;
}

Required methods

Loading content...

Implementors

Loading content...