Function parse

Source
pub fn parse<'a, T: FromStr>(
    input: &'a str,
    delimit: &'static str,
) -> impl Iterator<Item = T> + 'a
Expand description

Parse delimited segments from the input