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