pub trait Precision {
fn precision(&self) -> DateComponent;
}Expand description
This trait is implemented by partial precision
Date, Time and DateTime structures.
Trait method returns the last fully precise DateComponent of the structure.
pub trait Precision {
fn precision(&self) -> DateComponent;
}This trait is implemented by partial precision
Date, Time and DateTime structures.
Trait method returns the last fully precise DateComponent of the structure.