[][src]Trait transact::protos::FromProto

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

Required methods

fn from_proto(other: P) -> Result<Self, ProtoConversionError>

Loading content...

Implementors

Loading content...