Trait data_rw::ReadFrom[][src]

pub trait ReadFrom {
    fn readfrom(data: &mut Data) -> Result<Self>
    where
        Self: Sized
; }

Required methods

Implementations on Foreign Types

Implementors