Trait diffgeom::tensors::OtherIndex
[−]
[src]
pub trait OtherIndex: TensorIndex { type Output: TensorIndex; }
Trait representing the other index type
Used for identifying indices that can be contracted
Associated Types
type Output: TensorIndex
Implementors
impl OtherIndex for CovariantIndex
impl OtherIndex for ContravariantIndex