Trait qsym2::permutation::PermutationRank

source ·
pub trait PermutationRank: Integer + Unsigned + BitStore + PrimInt + Hash + TryFrom<usize> + Into<usize> + Serialize { }
Expand description

Trait for generic permutation rank types.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> PermutationRank for T

Blanket implementation of PermutationRank.