pub(crate) trait AsMetrics {
    // Required method
    fn register_as_metrics(self: Box<Self>, registry: &mut Registry);
}

Required Methods§

source

fn register_as_metrics(self: Box<Self>, registry: &mut Registry)

Implementors§