Function syn::fold::fold_lit_byte

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