Macro machine::machine [] [src]

macro_rules! machine {
    ( $($token:tt)* ) => { ... };
}