pub trait AlternateConfig: Sealed {
const DYN: DynAlternate;
}
Expand description
Type-level enum for alternate peripheral function configurations
See the type-level enum documentation for more details on the pattern.
Required Associated Constants§
Sourceconst DYN: DynAlternate
const DYN: DynAlternate
Corresponding DynAlternate
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.