Searched defs:Punct (Results 1 – 7 of 7) sorted by relevance
541 Punct(Punct), enumerator776 pub struct Punct { struct782 /// Whether a `Punct` is followed immediately by another `Punct` or followed by argument795 impl Punct { implementation844 impl Display for Punct { implementation850 impl Debug for Punct { implementation
873 fn punct(input: Cursor) -> PResult<Punct> { in punct()
24 Punct(Punct), enumerator201 pub fn punct(mut self) -> Option<(Punct, Cursor<'a>)> { in punct()
10 Punct(&'static str), enumerator
1217 impl Parse for Punct { implementation
899 fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { in parse_negative_lit()
247 impl ToTokens for Punct { implementation