[][src]Function syn::fold::fold_lit_byte_str

pub fn fold_lit_byte_str<F: ?Sized>(f: &mut F, node: LitByteStr) -> LitByteStr where
    F: Fold