Crate leptos_webtransport

Source
Expand description

A service to connect to a server through the WebTransport Protocol.

Structs§

WebTransportService
A WebTransport service attached to a user context.
WebTransportTask
A handle to control the WebTransport connection. Implements Task and could be canceled.

Enums§

FormatError
Represents formatting errors.
WebTransportError
An error encountered by a WebTransport.
WebTransportStatus
The status of a WebTransport connection. Used for status notifications.

Functions§

process_binary

Type Aliases§

Binary
A representation of a value which can be stored and restored as a binary.
Text
A representation of a value which can be stored and restored as a text.