Function initiative_core::world::command::autocomplete::autocomplete_terms

source ยท
fn autocomplete_terms<T: Default + FromStr + Into<ThingData>>(
    input: &str,
    basic_terms: &[&str],
    vocabulary: &[(&str, &str, &[&str])],
) -> Vec<AutocompleteSuggestion>