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