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