Trait TabComplete

Source
trait TabComplete {
    // Required method
    fn complete(
        &self,
        part: &str,
        client: &Client,
        i18n: &Localization,
    ) -> Vec<String>;
}

Required Methods§

Source

fn complete( &self, part: &str, client: &Client, i18n: &Localization, ) -> Vec<String>

Implementations on Foreign Types§

Source§

impl TabComplete for ArgumentSpec

Source§

fn complete( &self, part: &str, client: &Client, i18n: &Localization, ) -> Vec<String>

Implementors§