pub trait ToRaqotePattern<'a> { // Required method fn to_raqote_pattern(self) -> Option<Pattern<'a>>; }