argument

Macro argument 

Source
macro_rules! argument {
    ($id:ident: $ty:ident = $value:expr) => { ... };
    ($ty:ident = $value:expr) => { ... };
    () => { ... };
}
Expand description

Shortcut to create a argument value