[][src]Function simple_ml::convert_and_impute

pub fn convert_and_impute<U>(
    list: &Vec<String>,
    to: U,
    impute_with: U
) -> (Result<Vec<U>, Error>, Vec<usize>) where
    U: PartialEq + Copy + ToString + FromStr,
    <U as FromStr>::Err: Debug