Contains an immutable visitor and an owned folder trait, with default implementations across the entire AST
pub use fold::Fold;
pub use visit::Visit;
pub use walk::Walk;