#[derive(Visit)] { // Attributes available to this derive: #[visit] }
Note: This generates FoldWith, VisitWith and VisitMutWith although it’s #[derive(Visit)]
FoldWith
VisitWith
VisitMutWith
#[derive(Visit)]