pub type CommLayer<S> = Filtered<CommLayerData, Targets, S>;Expand description
Convenience type alias for a filtered CommLayerData which only handles
spans and events with target = "cryprot_metrics".
Aliased Typeยง
pub struct CommLayer<S> { /* private fields */ }