pub trait Rangeable: Default + AddAssign + Copy + PartialOrd + Cast<u32> { }

Object Safety§

This trait is not object safe.

Implementors§