Trait tk_pool::config::NewMetrics [] [src]

pub trait NewMetrics {
    type Collect: Collect;
    fn construct(self) -> Self::Collect;
}

A constructor for metrics collector object used for connection pool

Associated Types

Required Methods

Implementors