pub trait OwnedPatternExt { // Required method fn or(self, other: Box<dyn Pattern>) -> EitherPattern; }