Struct std_prelude::str::SplitWhitespace1.1.0 [] [src]

pub struct SplitWhitespace<'a> { /* fields omitted */ }

An iterator over the non-whitespace substrings of a string, separated by any amount of whitespace.

This struct is created by the split_whitespace method on str. See its documentation for more.

Trait Implementations

impl<'a> Iterator for SplitWhitespace<'a>
[src]

[src]

impl<'a> DoubleEndedIterator for SplitWhitespace<'a>
[src]

[src]

impl<'a> Debug for SplitWhitespace<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> Clone for SplitWhitespace<'a>
[src]

[src]

impl<'a> FusedIterator for SplitWhitespace<'a>
[src]