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