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