pub trait CompletionSet {
    fn suggest(self);
}

Required Methods§

Implementors§