derive common traits for collections::Bound
This commit is contained in:
parent
698c1008d6
commit
f58a65374b
@ -175,6 +175,7 @@ mod prelude {
|
||||
}
|
||||
|
||||
/// An endpoint of a range of keys.
|
||||
#[derive(Clone, Copy, Debug, Hash, PartialEq, Eq)]
|
||||
pub enum Bound<T> {
|
||||
/// An inclusive bound.
|
||||
Included(T),
|
||||
|
Loading…
Reference in New Issue
Block a user