Function syn::fold::fold_path

source · []
pub fn fold_path<F>(f: &mut F, node: Path) -> Path where
    F: Fold + ?Sized
Available on crate feature fold only.