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