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
macro_rules! reader {
($struct_name:ident, $element_type:ident) => { ... };
}
Implement the Reader trait and necessary getters/setters to make a struct an actual reader