rdev
rdev copied to clipboard
Update Key enum with implementations of PartialOrd and Ord traits.
I need to use std::collections::BTreeSet
to store rdev::Key
, but rdev::Key
does not implement PartialOrd, Ord
trait, I want to add these two traits