Types used by the cached proc-macro crate.
Currently exports Return<T>, a wrapper that lets callers of #[cached(with_cached_flag = true)]
functions inspect whether the returned value came from the cache (was_cached: bool).
See the cached crate for full documentation and usage examples.