pub trait DefaultBLASContext: Device {
type Context: BLASContext<Device = Self> + Default;
}
Expand description
The default blas context for a device
Required Associated Types§
type Context: BLASContext<Device = Self> + Default
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.