autd3_driver::datagram

Trait IntoDatagramWithParallelThreshold

Source
pub trait IntoDatagramWithParallelThreshold<D: Datagram> {
    // Required method
    fn with_parallel_threshold(
        self,
        threshold: Option<usize>,
    ) -> DatagramWithParallelThreshold<D>;
}
Expand description

A trait to convert Datagram to DatagramWithParallelThreshold.

Required Methods§

Implementors§