Trait TowerTop

Source
pub trait TowerTop:
    TowerField
    + ExtensionField<B1>
    + ExtensionField<B8>
    + ExtensionField<B16>
    + ExtensionField<B32>
    + ExtensionField<B64>
    + ExtensionField<B128> { }
Expand description

The top packed field in a tower.

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§