Macro create_step

Source
macro_rules! create_step {
    ($handler:ident(setup)) => { ... };
    ($handler:ident(rx)) => { ... };
}