Skip to main content

submit_step

Macro submit_step 

Source
macro_rules! submit_step {
    ($name:ident, $kind:expr, $expr:expr, $handler:ident,) => { ... };
    ($name:ident, $kind:expr, $expr:expr, $handler:ident, regex = $is_regex:expr,) => { ... };
}
Expand description

Convenience macro for submitting step registrations from proc macro expansion.