pub fn track_cow_owned<'a, B: ?Sized + ToOwned>( name: &str, location: &str, value: Cow<'a, B>, ) -> Cow<'a, B>
Track Cow::Owned