derive_more icon indicating copy to clipboard operation
derive_more copied to clipboard

Support for deriveing `Borrow`

Open damooo opened this issue 2 years ago • 2 comments
trafficstars

Hello, it would be helpful if deriving an implementation of std::borrow::Borrow is supported.

damooo avatar May 15 '23 10:05 damooo

@damooo hi, we do have #145 implementing this. However, it's somewhat postponed until we go into 1.0 release.

tyranron avatar May 22 '23 10:05 tyranron

#145 does implement it, but the implementor didn't need it anymore so the PR seems abandoned. I don't think many changes are needed to get it over the finish line though.

JelteF avatar Dec 18 '23 23:12 JelteF