Trait metrics_prometheus::storage::Get
source · pub trait Get<Collection>: Sealed<Collection> {
// Required method
fn collection(&self) -> &Collection;
}Expand description
Retrieving a Collection of metric::Bundles from a storage.
Required Methods§
sourcefn collection(&self) -> &Collection
fn collection(&self) -> &Collection
Returns a Collection of metric::Bundles stored in this storage.