[][src]Macro arctk::report_list

macro_rules! report_list {
    ($expression: expr) => { ... };
    ($desc: expr, $expression: expr) => { ... };
    ($desc: expr, $expression: expr, $units: tt) => { ... };
}

Report a list of items with an associated name, or a human readable string if supplied.