Function syn::fold::fold_lit_byte

source ยท
pub fn fold_lit_byte<F>(f: &mut F, node: LitByte) -> LitByte
where F: Fold + ?Sized,
Available on crate feature fold only.