Trait crev_common::serde::MyTryFromBytes[][src]

pub trait MyTryFromBytes: Sized {
    type Err: 'static + Sized + Error;
    fn try_from(_: &[u8]) -> Result<Self, Self::Err>;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors