Trait exprz::multi::MultiGroupReference[][src]

pub trait MultiGroupReference<E>: GroupReference<E> where
    E: Expression
{ type Kind; fn kind(&self) -> Self::Kind; }
This is supported on crate feature multi only.

MultiGroup Reference

Associated Types

type Kind[src]

MultiGroup Kind

Loading content...

Required methods

fn kind(&self) -> Self::Kind[src]

Returns the multi-group kind.

Loading content...

Implementors

Loading content...