Trait ShellStandaloneClockSpecification

Source
pub trait ShellStandaloneClockSpecification {
    const STANDALONE_CLOCK_SOURCES: &'static [ShellStandaloneClockSource];
}
Expand description

Function specification for standalone clock source.

Required Associated Constants§

Source

const STANDALONE_CLOCK_SOURCES: &'static [ShellStandaloneClockSource]

The list of available sources.

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§