pub trait VectorSpace<S: Field>: VectorSpaceApprox<S> + Module<S> { }Expand description
A vector space has a module structure over a field instead of a ring.
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.