| 218 | /// A month, 1-12 |
| 219 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)] |
| 220 | pub struct Month(u8); |
| 221 | impl Sealed for Month {} |
| 222 | impl ExprValue for Month { |
| 223 | const MAX: u8 = 12; |
no outgoing calls
no test coverage detected
searching dependent graphs…