pub fn __matches<'a, 's, P, Reference, R>(pat: &'a P, reference: &'s R) -> boolExpand description
Internal helper used by the proc-macro to call the Pattern::matches method
with the correct trait bounds so method resolution succeeds in macro expansions.