Trait ockam_core::Encodable[][src]

pub trait Encodable {
    fn encode(&self) -> Result<Encoded>;
}
Expand description

Encode the type into an Encoded type.

Required methods

Encode the type into an Encoded type.

Implementors