Function syn::fold::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.