| 30 | #[derive(Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)] |
| 31 | #[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))] |
| 32 | pub struct AliasRegion(u32); |
| 33 | entity_impl!(AliasRegion, "region"); |
| 34 | |
| 35 | /// Data describing an alias region. |
no outgoing calls
no test coverage detected