syn::gen::fold

Function fold_lit_str

source
pub fn fold_lit_str<F>(f: &mut F, node: LitStr) -> LitStr
where F: Fold + ?Sized,