I have an iterator whose Item
s are Cow<'static, str>
, and I'd love to convert that into a Vec<&'static str>
. After searching through docs and experimenting for quite some time, I must admit defeat to my bovine adversary.
Just how does an honest farmer programmer borrow the contents of a Cow
?