pub trait FromStructReader<'a> {
    fn new(reader: StructReader<'a>) -> Self;
}

Required Methods§

Implementors§