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

Required Methods§

source

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

Implementations on Foreign Types§

source§

impl TabComplete for ArgumentSpec

source§

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

Implementors§