Files
rsiot/drivers_i2c/ds3231/data_models/
minute.rs
1
2
3
use
super
::Second;
pub type
Minute = Second;