Home
last modified time | relevance | path

Searched defs:token_stream (Results 1 – 3 of 3) sorted by relevance

/linux/rust/syn/
H A Dbuffer.rs289 pub fn token_stream(self) -> TokenStream { in token_stream() method
/linux/rust/proc-macro2/
H A Dparse.rs170 pub(crate) fn token_stream(mut input: Cursor) -> Result<TokenStream, LexError> { in token_stream() function
H A Dlib.rs1304 pub mod token_stream { module