Trait scabbard::protos::FromNative[][src]

pub trait FromNative<N>: Sized {
    fn from_native(other: N) -> Result<Self, ProtoConversionError>;
}

Required methods

Implementors