petgraph::visit::macros

Macro remove_sections_inner

Source
macro_rules! remove_sections_inner {
    ([$($stack:tt)*]) => { ... };
    ([$($stack:tt)*] @escape $_x:tt $($t:tt)*) => { ... };
    ([$($stack:tt)*] @section $x:ident $($t:tt)*) => { ... };
    ([$($stack:tt)*] $t:tt $($tail:tt)*) => { ... };
}