Home
last modified time | relevance | path

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

/external/rust/crates/quote/src/
Dto_tokens.rs71 fn into_token_stream(self) -> TokenStream in into_token_stream() method
206 fn into_token_stream(self) -> TokenStream { in into_token_stream() method
/external/rust/crates/proc-macro2/src/
Dwrapper.rs57 fn into_token_stream(mut self) -> proc_macro::TokenStream { in into_token_stream() method