Function style::str::split_commas

source ยท
pub fn split_commas<'a>(
    s: &'a str,
) -> Filter<Split<'a, char>, fn(_: &&str) -> bool>
Expand description

Split a string on commas.