TimeZoneSpec

Trait TimeZoneSpec 

Source
pub trait TimeZoneSpec {
    const NAME: Option<&'static str>;
}
Expand description

Marker describing a timestamp timezone.

Required Associated Constants§

Source

const NAME: Option<&'static str>

The optional timezone name for this marker.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§