Home
last modified time | relevance | path

Searched defs:Punct (Results 1 – 7 of 7) sorted by relevance

/linux/rust/proc-macro2/
H A Dlib.rs541 Punct(Punct), enumerator
776 pub struct Punct { struct
782 /// Whether a `Punct` is followed immediately by another `Punct` or followed by argument
795 impl Punct { implementation
844 impl Display for Punct { implementation
850 impl Debug for Punct { implementation
H A Dparse.rs873 fn punct(input: Cursor) -> PResult<Punct> { in punct()
/linux/rust/syn/
H A Dbuffer.rs24 Punct(Punct), enumerator
201 pub fn punct(mut self) -> Option<(Punct, Cursor<'a>)> { in punct()
H A Dscan_expr.rs10 Punct(&'static str), enumerator
H A Dparse.rs1217 impl Parse for Punct { implementation
H A Dlit.rs899 fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { in parse_negative_lit()
/linux/rust/quote/
H A Dto_tokens.rs247 impl ToTokens for Punct { implementation