Skip to main content

Crate web_transport_trait

Crate web_transport_trait 

Source

Structs§

StatsUnavailable
Default stats implementation that returns None for all metrics.

Traits§

Error
Error trait for WebTransport operations.
MaybeSend
A trait that is Send on native targets and empty on WASM.
MaybeSync
A trait that is Sync on native targets and empty on WASM.
RecvStream
An incoming stream of bytes from the peer.
SendStream
An outgoing stream of bytes to the peer.
Session
A WebTransport Session, able to accept/create streams and send/recv datagrams.
Stats
Connection-level statistics.