Home
last modified time | relevance | path

Searched defs:into_token_stream (Results 1 – 2 of 2) sorted by relevance

/linux/rust/quote/
H A Dto_tokens.rs68 fn into_token_stream(self) -> TokenStream in into_token_stream() method
270 fn into_token_stream(self) -> TokenStream { in into_token_stream() method
/linux/rust/proc-macro2/
H A Dwrapper.rs81 fn into_token_stream(mut self) -> proc_macro::TokenStream { in into_token_stream() method