syn::fold

Function fold_lit_byte

source
pub fn fold_lit_byte<F>(f: &mut F, node: LitByte) -> LitByte
where F: Fold + ?Sized,