pub fn from_str_skipping<'a, T: Deserialize<'a>>(
    set: &'a str,
    s: &'a str
) -> Result<T, ScanError>
Expand description

Parse a string contaning data seperated by whitespace or any character in the given skip string.