Trait icu_datetime::neo_marker::HasConstComponents
source · pub trait HasConstComponents {
const COMPONENTS: NeoComponents;
}
Expand description
A trait associating NeoComponents
.
Required Associated Constants§
sourceconst COMPONENTS: NeoComponents
const COMPONENTS: NeoComponents
The associated components.
Object Safety§
This trait is not object safe.