Trait group::GroupOpsOwned

source ·
pub trait GroupOpsOwned<Rhs = Self, Output = Self>: for<'r> GroupOps<&'r Rhs, Output> { }
Expand description

A helper trait for references with a group operation.

Implementors§