Searched defs:StatsInterceptor (Results 1 – 3 of 3) sorted by relevance
86 pub struct StatsInterceptor { struct97 impl StatsInterceptor { argument301 impl Interceptor for StatsInterceptor { implementation
11 pub fn make_stats_interceptor(id: &str) -> Arc<StatsInterceptor> { in make_stats_interceptor()
74 stats_interceptor: Arc<stats::StatsInterceptor>, in new()