Trait mws::tdff::FromTdff [] [src]

pub trait FromTdff<R: Read>: Sized {
    fn from_tdff(source: R) -> Result<Self>;
}

Required Methods

Implementors