Type Alias RouteScope
Source pub type RouteScope = ScopeDef<RouteScopeSelectorAndFilters, Vec<WaveScope>>;
pub struct RouteScope {
pub selector: ScopeSelectorAndFiltersDef<RouteScopeSelector, String>,
pub block: Vec<ScopeDef<ScopeSelectorAndFiltersDef<ScopeSelectorDef<ValuePattern<MethodKind>, Regex>, String>, Vec<ScopeDef<ScopeSelectorAndFiltersDef<ScopeSelectorDef<ValuePattern<Method>, Regex>, String>, PipelineDef<PipelineSegmentDef<PointDef<RouteSegVar, PointSegVar>>>>>>>,
}
The type returned in the event of a conversion error.
Performs the conversion.