Function syn::fold::fold_type_impl_trait

source ·
pub fn fold_type_impl_trait<F>(f: &mut F, node: TypeImplTrait) -> TypeImplTrait
where F: Fold + ?Sized,
Available on crate feature fold and (crate features derive or full) only.