pub trait GenerationType: One + Copy + Add<Output = Self> + PartialEq { }
Expand description

Alias for required traits on the type used for the generation value.

Implementors§

Automatic implementation of GenerationType for all matching types.