Skip to main content

is_depth_limit

Macro is_depth_limit 

Source
macro_rules! is_depth_limit {
    ([]) => { ... };
    ([(depth_limit) $($rest:tt)*]) => { ... };
    ([$other:tt $($modifiers:tt)*]) => { ... };
}