pub trait SequentialStreamExt: SequentialStream {
// Provided method
fn sendable(self) -> SendableSequentialStream
where Self: Sized + Send + 'static { ... }
}pub trait SequentialStreamExt: SequentialStream {
// Provided method
fn sendable(self) -> SendableSequentialStream
where Self: Sized + Send + 'static { ... }
}