pub type WaveScope = ScopeDef<MessageScopeSelectorAndFilters, Vec<MethodScope>>;Aliased Type§
pub struct WaveScope {
pub selector: ScopeSelectorAndFiltersDef<ScopeSelectorDef<ValuePattern<MethodKind>, Regex>, String>,
pub block: Vec<ScopeDef<ScopeSelectorAndFiltersDef<ScopeSelectorDef<ValuePattern<Method>, Regex>, String>, PipelineDef<PipelineSegmentDef<PointDef<RouteSegVar, PointSegVar>>>>>,
}Fields§
§selector: ScopeSelectorAndFiltersDef<ScopeSelectorDef<ValuePattern<MethodKind>, Regex>, String>§block: Vec<ScopeDef<ScopeSelectorAndFiltersDef<ScopeSelectorDef<ValuePattern<Method>, Regex>, String>, PipelineDef<PipelineSegmentDef<PointDef<RouteSegVar, PointSegVar>>>>>