Macro FilterErrorUnknown
macro_rules! FilterErrorUnknown {
() => { ... };
}
Expand description
Pattern that matches an unknown FilterError
member.
macro_rules! FilterErrorUnknown {
() => { ... };
}
Pattern that matches an unknown FilterError
member.