Hacker News new | ask | show | jobs
by SkiFire13 335 days ago
Note that negative traits are not for "this trait is not implemented" (i.e. a missing `impl Trait for Type`) but instead for "this trait is guaranteed to not be implemented" (i.e. `impl !Trait for Type`)
1 comments

aka that's what read-only is for write?