pub trait MatmulConfig:
Copy
+ Clone
+ Send
+ Sync
+ 'static
+ Eq
+ PartialEq
+ Hash
+ Debug { }
Expand description
A config for a matmul
Useful to aggregate many trait bounds
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.