macro_rules! fields { ($($struct_path:ident)::+ : $($field:ident = $parser:expr),+) => { ... }; }
Expand description
The macro this crate provides. See the top-level documentation for details.
macro_rules! fields { ($($struct_path:ident)::+ : $($field:ident = $parser:expr),+) => { ... }; }
The macro this crate provides. See the top-level documentation for details.