Trait InvOps

Source
pub trait InvOps: InvAssign { }

Implementors§

Source§

impl<T> InvOps for T
where T: InvAssign,