pub trait BackendRuntimeCache { }Expand description
Runtime cache associated with a backend.
§Examples
use tenferro_tensor::BackendRuntimeCache;
fn accepts_runtime_cache<B: BackendRuntimeCache>(_backend: &B) {}Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".