match_domstring_ascii_inner

Macro match_domstring_ascii_inner 

Source
macro_rules! match_domstring_ascii_inner {
    ($variant: expr, $input: expr, $p: literal => $then: expr, $($rest:tt)*) => { ... };
    ($variant: expr, $input: expr, $p: pat => $then: expr,) => { ... };
}