Searched defs:LitByte (Results 1 – 5 of 5) sorted by relevance
296 impl LitByte { implementation599 impl Debug for LitByte { implementation601 impl LitByte { in fmt() impl909 impl Parse for LitByte { implementation985 impl ToTokens for LitByte { implementation
547 fn visit_lit_byte_mut(&mut self, i: &mut LitByte) { in visit_lit_byte_mut()
547 fn fold_lit_byte(&mut self, i: LitByte) -> LitByte { in fold_lit_byte()
1275 impl Eq for LitByte {} implementation
546 fn visit_lit_byte(&mut self, i: &'ast LitByte) { in visit_lit_byte()