Struct dipstick::cache::CachedKey [] [src]

pub struct CachedKey<C: MetricSink>(_);

The cache key copies the target key.

Trait Implementations

impl<C: Debug + MetricSink> Debug for CachedKey<C> where
    C::Metric: Debug
[src]

[src]

Formats the value using the given formatter.

impl<C: MetricSink> MetricKey for CachedKey<C>
[src]