Skip to main content

InGroup

Trait InGroup 

Source
pub trait InGroup {
    type ReturnOperand;

    // Required method
    fn in_group(&self, group: Group) -> Self::ReturnOperand;
}

Required Associated Types§

Required Methods§

Source

fn in_group(&self, group: Group) -> Self::ReturnOperand

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§