pub struct PatternError; #[derive(Clone)] pub enum MatchError { StackOverflow, ValidationError, Other }