Function style::str::split_commas
[−]
[src]
ⓘImportant traits for Filter<I, P>
pub fn split_commas<'a>(
s: &'a str
) -> Filter<Split<'a, char>, fn(_: &&str) -> bool>
Split a string on commas.