pub trait InstrumentedCollectionExt {
// Required method
fn collection_instrumented<T>(
&self,
name: &str
) -> InstrumentedCollection<T>;
}pub trait InstrumentedCollectionExt {
// Required method
fn collection_instrumented<T>(
&self,
name: &str
) -> InstrumentedCollection<T>;
}