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