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.
- Weight
Threshold 🔒 - Information about how much of the universe we are using in a guard sample, and how much we are allowed to use.
Enums§
- Candidate
Status 🔒 - Information about a single guard candidate, as returned by
Universe::status
. - Universe
Ref 🔒 - 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.