1 2 3 4 5 6 7
crate::ix!(); pub trait ErrorTreeVisitor { fn visit_error_enum(&mut self, e: &ErrorEnum); // other methods as needed }