Searched defs:Punct (Results 1 – 8 of 8) sorted by relevance
518 Punct(Punct), enumerator733 pub struct Punct { struct739 /// Whether a `Punct` is followed immediately by another `Punct` or followed by argument752 impl Punct { impl760 pub fn new(ch: char, spacing: Spacing) -> Punct { in new()795 impl Display for Punct { implementation801 impl Debug for Punct { implementation
752 fn punct(input: Cursor) -> PResult<Punct> { in punct()
26 Punct(Punct), enumerator259 pub fn punct(mut self) -> Option<(Punct, Cursor<'a>)> { in punct()
1114 impl Parse for Punct { implementation
750 fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { in parse_negative_lit()
183 impl ToTokens for Punct { implementation
1019 StringRef Punct("Test.String"); in TEST() local
785 Punct, enumerator