Function style::str::split_html_space_chars [] [src]

Important traits for Filter<I, P>
pub fn split_html_space_chars<'a>(
    s: &'a str
) -> Filter<Split<'a, StaticCharVec>, fn(_: &&str) -> bool>

Split a string on HTML whitespace.