Trait glean::private::AllowLabeled[][src]

pub trait AllowLabeled: Sealed { }

Marker trait for metrics that can be nested inside a labeled metric.

This trait is sealed and cannot be implemented for types outside this crate.

Implementors

impl<T> AllowLabeled for T where
    T: Sealed, 
[src]

Loading content...