syn::fold

Function fold_lit

Source
pub fn fold_lit<F>(f: &mut F, node: Lit) -> Lit
where F: Fold + ?Sized,
Available on crate feature fold only.