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