Merge branch 'improve_cds_short_impl' into add_cuc_time_impl

This commit is contained in:
Robin Müller 2022-12-08 13:04:44 +01:00
commit f7f500ea48

View File

@ -238,7 +238,7 @@ pub mod cds {
}
/// Type level token to be used as a generic parameter to [TimeProvider].
#[derive(Debug, PartialEq, Eq)]
#[derive(Debug, PartialEq, Eq, Default)]
pub struct DaysLen16Bits {}
impl Sealed for DaysLen16Bits {}
@ -247,6 +247,7 @@ pub mod cds {
}
/// Type level token to be used as a generic parameter to [TimeProvider].
#[derive(Debug, PartialEq, Eq, Default)]
pub struct DaysLen24Bits {}
impl Sealed for DaysLen24Bits {}
impl ProvidesDaysLength for DaysLen24Bits {