pub trait CommutativeModule: Module<Ring = Self::Ring> {
type Ring: CommutativeRing;
}Required Associated Types§
type Ring: CommutativeRing
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".