Trait autd3_driver::datagram::DatagramS
source · pub trait DatagramS {
type O1: Operation;
type O2: Operation;
// Required method
fn operation_with_segment(
self,
segment: Segment,
update_segment: bool
) -> Result<(Self::O1, Self::O2), AUTDInternalError>;
// Provided method
fn timeout(&self) -> Option<Duration> { ... }
}