Struct little::Options [] [src]

pub struct Options<I: Eq + Hash, V> { /* fields omitted */ }

Runtime options maped to index list.

Methods

impl<I: Eq + Hash, V> Options<I, V>
[src]

Trait Implementations

impl<I: Debug + Eq + Hash, V: Debug> Debug for Options<I, V>
[src]

Formats the value using the given formatter.

impl<I: Eq + Hash, V> Index<I> for Options<I, V>
[src]

The returned type after indexing

The method for the indexing (container[index]) operation