Struct tor_circmgr::path::TorPath
source ·
[−]pub struct TorPath<'a> { /* fields omitted */ }Expand description
A list of Tor relays through the network.
Implementations
Create a new one-hop path for use with a directory cache with a known relay.
Create a new one-hop path for use with a directory cache when we don’t have a consensus.
Create a new multi-hop path with a given number of ordered relays.
Auto Trait Implementations
impl<'a> RefUnwindSafe for TorPath<'a>
impl<'a> UnwindSafe for TorPath<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more