pub trait Datagram: Debug {
// Provided methods
fn timeout(&self) -> Option<Duration> { ... }
fn parallel_threshold(&self) -> Option<usize> { ... }
}Expand description
Datagram represents the data sent to the device.
Provided Methods§
Sourcefn parallel_threshold(&self) -> Option<usize>
fn parallel_threshold(&self) -> Option<usize>
Returns the parallel threshold.