Struct dipstick::DoubleKey [] [src]

pub struct DoubleKey<M1: MetricKey, M2: MetricKey> { /* fields omitted */ }

Hold each sink's metric key.

Trait Implementations

impl<M1: Debug + MetricKey, M2: Debug + MetricKey> Debug for DoubleKey<M1, M2>
[src]

[src]

Formats the value using the given formatter.

impl<M1: MetricKey, M2: MetricKey> MetricKey for DoubleKey<M1, M2>
[src]