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