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.

Implementations on Foreign Types

impl CompletionValues for bool
[src]

impl CompletionValues for i64
[src]

impl CompletionValues for String
[src]

Implementors