[][src]Trait whiteread::stream::StrExt

pub trait StrExt {
    fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace;
}

Extends a str with split_ascii_whitespace method.

Required methods

Important traits for SplitAsciiWhitespace<'a>
fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace

Loading content...

Implementations on Foreign Types

impl StrExt for str[src]

Loading content...

Implementors

Loading content...