pub trait DatagramS: Debug {
// Provided methods
fn timeout(&self) -> Option<Duration> { ... }
fn parallel_threshold(&self) -> Option<usize> { ... }
}Provided Methods§
Sourcefn parallel_threshold(&self) -> Option<usize>
fn parallel_threshold(&self) -> Option<usize>
Returns the parallel threshold.