Skip to main content

from_string_words

Function from_string_words 

Source
pub fn from_string_words<S>(id: S, text: S) -> TokenStream
where S: Into<String> + Clone,
Expand description

Create a stream from a string that yields word by word.