Trait autd3_driver::datagram::Datagram
source · pub trait Datagram {
type O1: Operation;
type O2: Operation;
// Required method
fn operation(self) -> Result<(Self::O1, Self::O2), AUTDInternalError>;
// Provided method
fn timeout(&self) -> Option<Duration> { ... }
}Expand description
Datagram to be sent to devices