Trait little::LittleValue [] [src]

pub trait LittleValue: Default + Eq + PartialOrd + Clone + Display { }

User value has to implement this trait.

Implementors