Struct quic_socket::QuicClient [−][src]
pub struct QuicClient {
pub endpoint: Endpoint,
pub connection: Connection,
pub bi_streams: IncomingBiStreams,
}
Fields
endpoint: Endpoint
connection: Connection
bi_streams: IncomingBiStreams
Trait Implementations
fn new<'async_trait>(
_addr: Option<SocketAddr>
) -> Pin<Box<dyn Future<Output = Self> + Send + 'async_trait>> where
Self: 'async_trait,
Auto Trait Implementations
impl !RefUnwindSafe for QuicClient
impl Send for QuicClient
impl Sync for QuicClient
impl Unpin for QuicClient
impl !UnwindSafe for QuicClient
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more