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