logo
macro_rules! status_attr_ok {
    ($attr:expr, $msg:expr) => { ... };
    ($attr: expr, $fmt:expr, $($arg:tt)+) => { ... };
}
Expand description

Print a tab-delimited status attribute (in green if colors are enabled)

// Print an indented attribute to STDOUT
status_attr_ok!("good", "yep");