Closed Luro02 closed 4 years ago
Closes #28
I had to remove the #[derive(Eq)], because derive wants Eq to be implemented on all generics and the U: Capacity does not implement it.
#[derive(Eq)]
Eq
U: Capacity
Closes #28
I had to remove the
#[derive(Eq)]
, because derive wantsEq
to be implemented on all generics and theU: Capacity
does not implement it.