pub trait CacheKeyForRequest<CacheKeyT> {
// Required method
fn cache_key(&self) -> CacheKeyT;
}Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait CacheKeyForRequest<CacheKeyT> {
// Required method
fn cache_key(&self) -> CacheKeyT;
}This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".