Macro argparsnip::arg[][src]

macro_rules! arg {
    ($($key:ident : $value:expr),* $(,)?) => { ... };
}
Expand description

Small macro to avoid writing ..Default::default everywhere