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