pub trait OtherIndex: TensorIndex {
    type Output: TensorIndex;
}Expand description
Trait representing the other index type
Used for identifying indices that can be contracted
Required Associated Types§
type Output: TensorIndex
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.