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