Struct quicr::NewConnection[][src]

pub struct NewConnection {
    pub connection: Connection,
    pub incoming: IncomingStreams,
}

A connection initiated by a remote client.

Fields

The connection itself.

The stream of QUIC streams initiated by the client.

Auto Trait Implementations

impl !Send for NewConnection

impl !Sync for NewConnection