Trait scabbard::protos::FromProto[][src]

pub trait FromProto<P>: Sized {
    fn from_proto(other: P) -> Result<Self, ProtoConversionError>;
}

Required methods

Loading content...

Implementors

Loading content...