Trait unrest::FromData [] [src]

pub trait FromData: Sized {
    fn from_data(_: &[u8]) -> Result<Self, Error>;
}

Required Methods

Implementors