Skip to main content

UnitInv

Trait UnitInv 

Source
pub trait UnitInv {
    type Output;
}
Expand description

The unit obtained by inverting.

Left unimplemented for units whose inverse names no quantity, so that inverting such a tensor fails to compile.

Required Associated Types§

Source

type Output

The unit of the inverse.

Implementors§