rsiot/drivers_i2c/ds3231/data_models/
month.rs

1
2
3
use super::Second;

pub type Month = Second;