Type Alias SpecificFullSelector

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

Aliased Type§

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

Fields§

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