[][src]Macro agnes::next_label

macro_rules! next_label {
    ($label:ident, $prev:ident, $dtype:ty) => { ... };
    ($label:ident, $prev:ident, $dtype:ty, $name:expr) => { ... };
}

Macro for handling creation of the subsequent (non-initial) labels in a table. Used by declare_fields.