details

Macro details 

Source
macro_rules! details {
    ($($k:expr => $v:expr),* $(,)?) => { ... };
}
Expand description

Macro that can be used to create log “details” more easily.