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

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

Required methods

Implementations on Foreign Types

Implementors