type annotations needed
multiple impls satisfying Cow<'_, str>: AsRef<_> found in the following crates: alloc, typed_path:
- impl<T> AsRef<T> for Cow<'_, T>
where T: ToOwned, T: ?Sized;
- impl<T> AsRef<typed_path::common::utf8::path::Utf8Path<T>> for Cow<'_, str>
- where T: typed_path::common::utf8::Utf8Encoding