Type Alias MessageScopeSelector

Source
pub type MessageScopeSelector = ScopeSelectorDef<ValuePattern<MethodKind>, Regex>;

Aliased Type§

pub struct MessageScopeSelector {
    pub name: ValuePattern<MethodKind>,
    pub path: Regex,
}

Fields§

§name: ValuePattern<MethodKind>§path: Regex

Implementations§

Trait Implementations§