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