pub fn src_crate<T>() -> &'static strwhere T: ?Sized + 'static,
Returns the source crate of a given type
This is primarily used on the cache module.
cache