Modules§
Structs§
- A builder for a
Network
. - Configuration for a
Network
. - Origin of how a Connection was established.
- The
Error
type, a wrapper around a dynamic error type. - A handle that keeps all the peers which we have registered and are known to us.
- Handle to a network.
- Weak reference to a
Network
handle. - Handle to a connection with a remote Peer.
- Configuration for the underlying QUIC transport.
- The router type for composing handlers and services.
Enums§
- Direction of a network event.
Type Aliases§
Result<T, Error>