rsiot/drivers_i2c/ds3231/data_models/
year.rs

1
2
3
use super::Second;

pub type Year = Second;