pub type TraceSelection = Selection<TraceFilter>;Aliased Type§
pub struct TraceSelection {
pub include: TraceFilter,
pub exclude: Option<TraceFilter>,
}Fields§
§include: TraceFilterFilters where matching values should be included in the response Default::default() means include everything
exclude: Option<TraceFilter>Filters where matching values should be excluded from the response None means exclude nothing, Some(Default::default()) means exclude everything