pub trait Rangeable: AddAssign + PartialOrd + Copy { }

Object Safety§

This trait is not object safe.

Implementors§