Crate webtransport_websys
Available on crate feature
webtransport-websys
only.Expand description
Libp2p WebTransport built on web-sys
Structs§
- Config for the
Transport
. - An opened WebTransport connection.
- A stream on a connection.
- A WebTransport
Transport
that works withweb-sys
.
Enums§
- Errors that may happen on the
Transport
or theConnection
.