optional icon indicating copy to clipboard operation
optional copied to clipboard

Implement Eq for all provided Optioned types

Open llogiq opened this issue 9 years ago • 0 comments

Current coherence rules forbid implementing a trait both trait-bound + specific, so I cannot have Eq for Optioned<f32/64>.

llogiq avatar Jul 25 '15 13:07 llogiq