Function syn::visit::visit_lit_byte

source ·
pub fn visit_lit_byte<'ast, V>(v: &mut V, node: &'ast LitByte)where
    V: Visit<'ast> + ?Sized,