macro_rules! param {
() => { ... };
( $( $param:tt )* ) => { ... };
}
Expand description
Creates a new Param
element. Same behavior as the elem!
macro.
macro_rules! param {
() => { ... };
( $( $param:tt )* ) => { ... };
}
Creates a new Param
element. Same behavior as the elem!
macro.