Skip to main content

cycle_error_handling

Macro cycle_error_handling 

Source
macro_rules! cycle_error_handling {
    ([]) => { ... };
    ([(cycle_fatal) $($rest:tt)*]) => { ... };
    ([(cycle_stash) $($rest:tt)*]) => { ... };
    ([(cycle_delay_bug) $($rest:tt)*]) => { ... };
    ([$other:tt $($modifiers:tt)*]) => { ... };
}