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