pub trait HasConstDateComponents {
const COMPONENTS: NeoDateComponents;
}
Expand description
A trait associating NeoDateComponents
.
Required Associated Constants§
sourceconst COMPONENTS: NeoDateComponents
const COMPONENTS: NeoDateComponents
The associated components.
Object Safety§
This trait is not object safe.