Closed grego closed 4 years ago
std Cow implements the Default trait, which basically wraps the default version of the borrowed variant. It would be nice to have it also implemented for beef::Cow, to allow using it in the contexts where this trait is required.
Cow
Default
beef::Cow
Published as 0.4.4.
@maciejhirsz I believe you forgot to git tag 0.4.4.
@pickfire cheers, fixed now.
std
Cow
implements theDefault
trait, which basically wraps the default version of the borrowed variant. It would be nice to have it also implemented forbeef::Cow
, to allow using it in the contexts where this trait is required.