Macro reader

Source
macro_rules! reader {
    ($struct_name:ident, $element_type:ident) => { ... };
}
Expand description

Implement the Reader trait and necessary getters/setters to make a struct an actual reader