syn::fold

Function fold_lit_str

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