syn::fold

Function fold_lit_cstr

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