pub fn base_extractor<S: ToString, T: FromStr + ToString>(
    bp: char,
    data: &S,
    exclude: Option<&[char]>
) -> Vec<T> where
    <T as FromStr>::Err: Debug,
Expand description

Implements the base functionality for the structured machina, Extractor