Skip to main content

node_or_string_matches_name

Macro node_or_string_matches_name 

Source
macro_rules! node_or_string_matches_name {
    ( $node_or_string:ident, $pattern:pat $(if $guard:expr)? $(,)? ) => { ... };
}