Trait essential_app_utils::inputs::Encode
source · pub trait Encode {
type Output;
// Required method
fn encode(&self) -> Self::Output;
}pub trait Encode {
type Output;
// Required method
fn encode(&self) -> Self::Output;
}