Module candidate

Source
Expand description

This module defines and implements traits used to create a guard sample from either bridges or relays.

Structs§

Candidate 🔒
Information about a candidate that we have selected as a guard.
WeightThreshold 🔒
Information about how much of the universe we are using in a guard sample, and how much we are allowed to use.

Enums§

CandidateStatus 🔒
Information about a single guard candidate, as returned by Universe::status.
UniverseRef 🔒
Reference to a Universe of one of the types supported by this crate.

Traits§

Universe 🔒
A “Universe” is a source from which guard candidates are drawn, and from which guards are updated.