Trait little::LittleValue [] [src]

pub trait LittleValue: Default + GetProperty<Self> + PartialEq + PartialOrd + Clone + IdentifyValue + Display { }

Little Value abstraction, used by runtime.

Implementors