Trait tor_hsservice::keys::HsTimePeriodKeySpecifier

source ·
trait HsTimePeriodKeySpecifier: Debug {
    // Required methods
    fn nickname(&self) -> &HsNickname;
    fn period(&self) -> &TimePeriod;
}
Expand description

Keys that are used by publisher, which relate to our HS and a TP

Derived using the derive-deftly macro of the same name.

Required Methods§

source

fn nickname(&self) -> &HsNickname

Inspect the nickname

source

fn period(&self) -> &TimePeriod

Inspect the period

Implementors§