pub trait IntoPatterns { fn patterns(&self) -> Patterns; }
Helper trait for type that could be converted to one or more path patterns.