Module descs

Source
Available on crate feature bridge-client only.
Expand description

Code for working with bridge descriptors.

Here we need to keep track of which bridge descriptors we need, and inform the directory manager of them.

Structs§

BridgeDesc
A router descriptor that can be used to build circuits through a bridge.
BridgeDescEventIter
An iterator over the variants of BridgeDescEvent
BridgeSet 🔒
A collection of bridges, possibly with their descriptors.

Enums§

BridgeDescEvent
An event describing a change in a BridgeDescList.

Traits§

BridgeDescError
An error caused while fetching bridge descriptors
BridgeDescProvider
Trait for an object that knows how to fetch bridge descriptors as needed.

Type Aliases§

BridgeDescList
A set of bridge descriptors, managed and modified by a BridgeDescProvider.