pub trait TxDma<Instance>:
PeripheralType
+ Send
+ Channel {
// Required method
fn request_number(&self) -> u8;
}Expand description
TxDma marker trait.
Required Methods§
fn request_number(&self) -> u8
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.