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