[][src]Trait Alias maths_traits::algebra::group_like::multiplicative::Invertable

trait Invertable = Sized + Clone + Inv<Output = Self> + Div<Self, Output = Self> + DivAssign<Self>;

A set with an fully described multiplicative inverse