| 147 | #[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)] |
| 148 | #[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))] |
| 149 | pub struct DynamicType(u32); |
| 150 | entity_impl!(DynamicType, "dt"); |
| 151 | |
| 152 | impl DynamicType { |
no outgoing calls
no test coverage detected