Function syn::fold::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.