Searched defs:LitByte (Results 1 – 5 of 5) sorted by relevance
280 impl LitByte { implementation552 impl Debug for LitByte { implementation813 impl Parse for LitByte { implementation889 impl ToTokens for LitByte { implementation
446 fn visit_lit_byte_mut(&mut self, i: &mut LitByte) { in visit_lit_byte_mut()
443 fn fold_lit_byte(&mut self, i: LitByte) -> LitByte { in fold_lit_byte()
1345 impl Eq for LitByte {} implementation
442 fn visit_lit_byte(&mut self, i: &'ast LitByte) { in visit_lit_byte()