Trait icu_datetime::neo_marker::HasConstZoneComponent

source ·
pub trait HasConstZoneComponent {
    const COMPONENT: NeoTimeZoneSkeleton;
}
Expand description

A trait associating NeoTimeZoneSkeleton.

Required Associated Constants§

source

const COMPONENT: NeoTimeZoneSkeleton

The associated component.

Object Safety§

This trait is not object safe.

Implementors§