Struct unicode::str::WordsStable
[-]
[+]
[src]
pub struct Words<'a> { // some fields omitted }
An iterator over the words of a string, separated by a sequence of whitespace
pub struct Words<'a> { // some fields omitted }
An iterator over the words of a string, separated by a sequence of whitespace
impl<'a> Iterator<&'a str> for Words<'a>
impl<'a> DoubleEndedIterator<&'a str> for Words<'a>
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).