Skip to main content

dispatch_step

Macro dispatch_step 

Source
macro_rules! dispatch_step {
    ($self:expr, $current:expr,
     $($variant:ident),* $(,)?) => { ... };
}