feat: add Eq & Ord to Era (#53)
This commit is contained in:
parent
b1df379152
commit
7bf45a97c2
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord)]
|
||||
pub enum Era {
|
||||
Byron,
|
||||
Shelley,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue