pub trait HasConstDateComponents {
    const COMPONENTS: NeoDateComponents;
}
Expand description

A trait associating NeoDateComponents.

Required Associated Constants§

source

const COMPONENTS: NeoDateComponents

The associated components.

Object Safety§

This trait is not object safe.

Implementors§