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

Implementors