fn pick_path<'a, B: AnonymousPathBuilder, R: Rng, RT: Runtime>(
builder: &B,
rng: &mut R,
netdir: DirInfo<'a>,
guards: &GuardMgr<RT>,
config: &PathConfig,
_now: SystemTime,
) -> Result<(TorPath<'a>, GuardMonitor, GuardUsable)>
Expand description
Try to create and return a path corresponding to the requirements of this builder.