Macro args

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

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