Trait PermutationRank

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

Trait for generic permutation rank types.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<T> PermutationRank for T

Blanket implementation of PermutationRank.