Macro properties
macro_rules! properties {
{ $($key:expr => $value:expr),* } => { ... };
{ $($key:expr => $value:expr),+ ,} => { ... };
}Expand description
Creates a collection of properties
macro_rules! properties {
{ $($key:expr => $value:expr),* } => { ... };
{ $($key:expr => $value:expr),+ ,} => { ... };
}Creates a collection of properties