Trait guff::ElementStore[][src]

pub trait ElementStore: 'static + Copy + PrimInt + Display + Debug + FromPrimitive + ToPrimitive { }
Expand description

A typing trait meant to map to a primitive unsigned integer type such as u8, u16 or u32.

Implementors