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