pub trait OpsFor<St>: ComputeBackend { }Expand description
Compile-time marker: backend Self supports operations on storage
flavor St. Implemented selectively per (backend, storage) pair, so a
backend that cannot operate on a given storage simply omits the impl.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".