Trait 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§