usesuper::*;#[derive(Clone, Copy, Debug)]/// A universal matcher: it matches any [`Term`] or [`GraphName`] (even the default graph).
pubstructAny;implTermMatcher forAny{typeTerm=SimpleTerm<'static>;// not actually used
fnmatches<T2: Term +?Sized>(&self,_:&T2)->bool{true}}