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