macro_rules! export_cache_provider {
(constructor = $constructor:path $(,)?) => { ... };
}Expand description
Exports the cache-provider entrypoint expected by gestaltd.
macro_rules! export_cache_provider {
(constructor = $constructor:path $(,)?) => { ... };
}Exports the cache-provider entrypoint expected by gestaltd.