rdev icon indicating copy to clipboard operation
rdev copied to clipboard

Update Key enum with implementations of PartialOrd and Ord traits.

Open swnb opened this issue 1 year ago • 0 comments

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

swnb avatar May 21 '23 03:05 swnb