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

Required Methods§

source

fn collection_instrumented<T>(&self, name: &str) -> InstrumentedCollection<T>

Implementations on Foreign Types§

source§

impl InstrumentedCollectionExt for Database

source§

fn collection_instrumented<T>(&self, name: &str) -> InstrumentedCollection<T>

Implementors§