Function stream

Source
pub fn stream<I>(iter: I) -> TokenStream
where I: IntoIterator<Item = TokenTree>,
Expand description