pub trait ShellStandaloneClockSpecification {
const STANDALONE_CLOCK_SOURCES: &'static [ShellStandaloneClockSource];
}
Expand description
Function specification for standalone clock source.
Required Associated Constants§
Sourceconst STANDALONE_CLOCK_SOURCES: &'static [ShellStandaloneClockSource]
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.