syn::fold

Function fold_use_path

Source
pub fn fold_use_path<F>(f: &mut F, node: UsePath) -> UsePath
where F: Fold + ?Sized,
Available on crate features fold and full only.