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