pub trait VectorSpace: TwoSidedModule{ }Expand description
A trait representing a vector space over a field.
A vector space is a module over a field, meaning it has both addition and scalar multiplication operations, with the scalars coming from a field.
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.