pub trait UnsizedCacheKey { type ValueType: ?Sized; // Required method fn key(&self) -> Cow<'_, str>; }