optional
optional copied to clipboard
Implement Eq for all provided Optioned types
Current coherence rules forbid implementing a trait both trait-bound + specific, so I cannot have Eq
for Optioned<f32/64>
.