| 65 | #[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)] |
| 66 | #[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))] |
| 67 | pub struct Value(u32); |
| 68 | entity_impl!(Value, "v"); |
| 69 | |
| 70 | impl Value { |
no outgoing calls
no test coverage detected