pub trait Channel {
const VALUE: DmaChannel;
}
Expand description
A trait for marker tha represent Channel of a DMA stream.
Required Associated Constants§
const VALUE: DmaChannel
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.