feat: add Eq & Ord to Era (#53)
This commit is contained in:
parent
97ea381d64
commit
3e5833b4ba
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 {
|
pub enum Era {
|
||||||
Byron,
|
Byron,
|
||||||
Shelley,
|
Shelley,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue