Skip to main content

Module web_transport

Module web_transport 

Source
Expand description

WebTransport types

Structs§

WebTransportDispatcher
Dispatcher for inbound WebTransport streams on a QUIC connection.

Enums§

WebTransportStream
An inbound WebTransport stream, dispatched by WebTransportDispatcher to the registered handler.

Traits§

WebTransportDispatch
Trait for receiving dispatched WebTransport streams.