pub trait LedcChannel {
type SpeedMode: SpeedMode;
// Required method
fn channel() -> ledc_channel_t;
}
Expand description
LED Control peripheral output channel
Required Associated Types§
Required Methods§
fn channel() -> ledc_channel_t
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.