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