Function syn::visit::visit_lit_byte[][src]

pub fn visit_lit_byte<'ast, V>(v: &mut V, node: &'ast LitByte) where
    V: Visit<'ast> + ?Sized
This is supported on crate feature visit only.