pub trait HasConstZoneComponent {
const COMPONENT: NeoTimeZoneStyle;
}
Expand description
A trait associating NeoTimeZoneStyle
.
Required Associated Constants§
sourceconst COMPONENT: NeoTimeZoneStyle
const COMPONENT: NeoTimeZoneStyle
The associated component.
Object Safety§
This trait is not object safe.