Crate libp2p_webtransport_websys
source ·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
.