Macro script

Source
macro_rules! script {
    () => { ... };
    ( $( $param:tt )* ) => { ... };
}
Expand description

Creates a new Script element. Same behavior as the elem! macro.