Searched defs:Punct (Results 1 – 7 of 7) sorted by relevance
559 Punct(Punct), enumerator782 pub struct Punct { struct788 /// Whether a `Punct` is followed immediately by another `Punct` or followed by argument801 impl Punct { implementation844 impl Display for Punct { implementation850 impl Debug for Punct { implementation
756 fn punct(input: Cursor) -> PResult<Punct> { in punct()
27 Punct(Punct), enumerator234 pub fn punct(mut self) -> Option<(Punct, Cursor<'a>)> { in punct()
1117 impl Parse for Punct { implementation
776 fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { in parse_negative_lit()
183 impl ToTokens for Punct { implementation
785 Punct, enumerator