Trait xwt_core::traits::OpeningBiStream
source · pub trait OpeningBiStream: Send {
type Streams: Streams;
type Error: Error + Send + Sync + 'static;
// Required method
fn wait_bi(
self
) -> impl Future<Output = Result<BiStreamsFor<Self::Streams>, Self::Error>> + Send;
}
Required Associated Types§
Required Methods§
fn wait_bi( self ) -> impl Future<Output = Result<BiStreamsFor<Self::Streams>, Self::Error>> + Send
Object Safety§
This trait is not object safe.