pub trait ConstIntTypes: Constable { type Zero: ConstWrap; type One: ConstWrap; }
A lists of types for a specified values.