Struct little::OptionsTemplate [] [src]

pub struct OptionsTemplate<I> { /* fields omitted */ }

Stores a map between String name and its index I.

Methods

impl<I: Eq + Hash + Copy> OptionsTemplate<I>
[src]

Given this template, build a parameter map for specified value map.

This efectivelly gets rid of string mapping for values.

Return the index of a string name in this template.

Trait Implementations

impl<I: Debug> Debug for OptionsTemplate<I>
[src]

Formats the value using the given formatter.