Expand description
Declare traits to be implemented by types that describe a place that Tor can connect to, directly or indirectly.
Structs§
- Display
Chan Target - A reference to a ChanTarget that implements Display using a hopefully useful format.
- Display
Relay Ids - A helper type used to format the
RelayId
s in aHasRelayIds
. - Relay
IdIter - An iterator over all of the relay identities held by a
HasRelayIds
Traits§
- Chan
Target - Information about a Tor relay used to connect to it.
- Circ
Target - Information about a Tor relay used to extend a circuit to it.
- Direct
Chan Methods Helper - Implement
HasChanMethods
for an object withHasAddr
whose addresses all represent a host we can connect to by a direct Tor connection at its IP addresses. - HasAddrs
- An object that represents a host on the network which may have known IP addresses.
- HasChan
Method - An object that can be connected to via
ChannelMethod
s. - HasRelay
Ids - An object containing information about a relay’s identity keys.
- HasRelay
IdsLegacy - Legacy implementation helper for HasRelayIds.