[go: up one dir, main page]

Function rustfix::get_suggestions_from_json [] [src]

pub fn get_suggestions_from_json<S: BuildHasher>(
    input: &str,
    only: &HashSet<String, S>
) -> Result<Vec<Suggestion>>