pub trait GetCollection<M>: Sealed<M> {
    fn collection(&self) -> &Collection<M>;
}
Expand description

Retrieving a Collection of Metrics from a Mutable storage.

Required Methods§

Returns a Collection of Metrics stored in a Mutable storage.

Implementors§