pub trait Trait: Sealed {
type Output;
const ID: u8;
}Expand description
Implemented for all CTIMER PWM channels
Required Associated Constants§
Required Associated Types§
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.