cached_proc_macro_types 3.0.0-rc.2

Types used by the cached proc-macro crate
Documentation

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.