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