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