derive common traits for collections::Bound
This commit is contained in:
parent
698c1008d6
commit
f58a65374b
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue