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