Merge branch 'improve_cds_short_impl' into add_cuc_time_impl
This commit is contained in:
commit
f7f500ea48
@ -238,7 +238,7 @@ pub mod cds {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Type level token to be used as a generic parameter to [TimeProvider].
|
/// Type level token to be used as a generic parameter to [TimeProvider].
|
||||||
#[derive(Debug, PartialEq, Eq)]
|
#[derive(Debug, PartialEq, Eq, Default)]
|
||||||
pub struct DaysLen16Bits {}
|
pub struct DaysLen16Bits {}
|
||||||
|
|
||||||
impl Sealed for DaysLen16Bits {}
|
impl Sealed for DaysLen16Bits {}
|
||||||
@ -247,6 +247,7 @@ pub mod cds {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Type level token to be used as a generic parameter to [TimeProvider].
|
/// Type level token to be used as a generic parameter to [TimeProvider].
|
||||||
|
#[derive(Debug, PartialEq, Eq, Default)]
|
||||||
pub struct DaysLen24Bits {}
|
pub struct DaysLen24Bits {}
|
||||||
impl Sealed for DaysLen24Bits {}
|
impl Sealed for DaysLen24Bits {}
|
||||||
impl ProvidesDaysLength for DaysLen24Bits {
|
impl ProvidesDaysLength for DaysLen24Bits {
|
||||||
|
Loading…
Reference in New Issue
Block a user