pub type SubKindSelector = Pattern<Option<CamelCase>>;
pub enum SubKindSelector { Any, Exact(Option<CamelCase>), }