Type Alias KindSelector
Source pub type KindSelector = KindSelectorDef<KindBaseSelector, SubKindSelector, SpecificSelector>;
pub struct KindSelector {
pub base: Pattern<BaseKind>,
pub sub: Pattern<Option<CamelCase>>,
pub specific: ValuePattern<SpecificSelectorDef<Pattern<Domain>, Pattern<Domain>, Pattern<SkewerCase>, Pattern<SkewerCase>, VersionReq>>,
}
The associated error which can be returned from parsing.
Parses a string
s to return a value of this type.
Read more
Converts the given value to a
String.
Read more