[][src]Macro nom_fields::fields

macro_rules! fields {
    ($($struct_path:ident)::+ : $($field:ident = $parser:expr),+) => { ... };
}

The macro this crate provides. See the top-level documentation for details.