pub trait TxChannelAsync {
// Required method
async fn transmit(&mut self, data: &[u32]) -> Result<(), Error>
where Self: Sized;
}
Available on crate feature
unstable
only.Expand description
TX channel in async mode
pub trait TxChannelAsync {
// Required method
async fn transmit(&mut self, data: &[u32]) -> Result<(), Error>
where Self: Sized;
}
unstable
only.TX channel in async mode