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