pub trait VisitProvenance { // Required method fn visit_provenance(&self, visit: &mut VisitWith<'_>); }