fn select_guard<'a, RT: Runtime>(
netdir: &'a NetDir,
guardmgr: &GuardMgr<RT>,
compatible_with: Option<&OwnedChanTarget>,
) -> Result<(MaybeOwnedRelay<'a>, GuardMonitor, GuardUsable)>
Expand description
Try to select a guard corresponding to the requirements of this builder.