macro_rules! DictionaryErrorUnknown {
() => { ... };
}
Expand description
Pattern that matches an unknown DictionaryError
member.
macro_rules! DictionaryErrorUnknown {
() => { ... };
}
Pattern that matches an unknown DictionaryError
member.