[][src]Macro agnes::first_label

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

Macro for handling creation of the first label in a table. Used by declare_fields.