Struct quicr::NewClientConnection[][src]

pub struct NewClientConnection {
    pub connection: Connection,
    pub incoming: IncomingStreams,
    pub session_tickets: IncomingSessionTickets,
}

A connection initiated locally.

Fields

The connection itself.

The stream of QUIC streams initiated by the client.

The stream of session tickets provided by the server.

Auto Trait Implementations

impl !Send for NewClientConnection

impl !Sync for NewClientConnection