pub trait SolverSupported: CudaDtype { }Expand description
Capability marker — type may be a cuSOLVER dense factorization element (real or complex float).
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.