Struct tor_netdoc::doc::microdesc::Microdesc [−][src]
pub struct Microdesc { /* fields omitted */ }
Expand description
A single microdescriptor.
Implementations
Return the ipv4 exit policy for this microdesc
Return the ipv6 exit policy for this microdesc
Return the relay family for this microdesc
Return the ed25519 identity for this microdesc, if its Ed25519 identity is well-formed.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Microdesc
impl UnwindSafe for Microdesc
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V