pub trait State: Sealed { }
Expand description
A type that can be used as marker for the state of a Spectrum
.
This trait is sealed and cannot be implemented outside this crate.
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.