Macro UnitUnknown

macro_rules! UnitUnknown {
    () => { ... };
}
Expand description

Pattern that matches an unknown Unit member.