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