Trait icu_datetime::neo_marker::HasConstDayComponents

source ·
pub trait HasConstDayComponents {
    const COMPONENTS: NeoDayComponents;
}
Expand description

A trait associating NeoDayComponents.

Required Associated Constants§

source

const COMPONENTS: NeoDayComponents

The associated components.

Object Safety§

This trait is not object safe.

Implementors§