pub trait SpanielHelper: Helper {
    fn set_variants(&mut self, variants: &'static [&'static str]);
}
Expand description

Trait for RustyLine Helpers which support tab completion of variant names.

Required Methods

Implementations on Foreign Types

Implementors