macro_rules! parameter {
($id:ident) => { ... };
($id:ident: $ty:ident) => { ... };
($id:ident: $ty:ident = $value:expr) => { ... };
($id:ident = $value:expr) => { ... };
() => { ... };
}Expand description
Shortcut to create a ParameterValue