Function syn::fold::fold_span

source ยท
pub fn fold_span<F>(f: &mut F, node: Span) -> Span
where F: Fold + ?Sized,