Trait mg_settings::CompletionValues [] [src]

pub trait CompletionValues {
    fn completion_values() -> Vec<String>;
}

Trait to specify the completion values for a type.

Required Methods

Get the completion values for the type.

Implementors