pub type Unit = Ident<KnownUnit, u32>;
A Unit value.
pub enum Unit { Known(KnownUnit), Reserved(u32), }
A well-known Usage ID.
A reserved Usage ID.
This can be used to identify vendor-specific types.