Trait transact::protos::FromBytes[][src]

pub trait FromBytes<N>: Sized {
    fn from_bytes(bytes: &[u8]) -> Result<N, ProtoConversionError>;
}

Required methods

Implementations on Foreign Types

Implementors