[][src]Trait diffgeom::tensors::TensorIndex

pub trait TensorIndex: Variance {
    fn index_type() -> IndexType;
}

Trait identifying a type as representing a tensor index. It is implemented for CovariantIndex and ContravariantIndex.

Required methods

Loading content...

Implementors

impl TensorIndex for ContravariantIndex[src]

impl TensorIndex for CovariantIndex[src]

Loading content...