pub struct Matcher { /* private fields */ }
Expand description
Matches resource
s.
If no Self::include
s are given, all but the Self::exclude
will be matched.
Simmilaraly, if no exclude
s are given, all but the include
s will be rejected.
pub struct Matcher { /* private fields */ }
Matches resource
s.
If no Self::include
s are given, all but the Self::exclude
will be matched.
Simmilaraly, if no exclude
s are given, all but the include
s will be rejected.