Skip to main content

SpecificSubTypesSelector

Type Alias SpecificSubTypesSelector 

Source
pub type SpecificSubTypesSelector = SubTypeDef<Pattern<SpecificSelector>, OptPattern<CamelCase>>;

Aliased Type§

pub struct SpecificSubTypesSelector {
    pub part: Pattern<SpecificDef<Pattern<Domain>, Pattern<SkewerCase>, Pattern<VersionReq>>>,
    pub sub: OptPattern<CamelCase>,
    pub type: OptPattern<CamelCase>,
}

Fields§

§part: Pattern<SpecificDef<Pattern<Domain>, Pattern<SkewerCase>, Pattern<VersionReq>>>§sub: OptPattern<CamelCase>§type: OptPattern<CamelCase>