pub fn basic_result_cache() -> Box<dyn ResultCache>
Available on crate feature
std
only.Expand description
A basic result cache.
Values are identified by their Debug
string representation.
pub fn basic_result_cache() -> Box<dyn ResultCache>
std
only.A basic result cache.
Values are identified by their Debug
string representation.