pub trait SetReq: Debug + PartialEq + Eq + PartialOrd + Ord + Clone + Copy { }

Implementors§