syn::visit

Function visit_lit_byte

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