pub trait TowerUnderlier:
UnderlierType
+ PackScalar<B1>
+ PackScalar<B8>
+ PackScalar<B16>
+ PackScalar<B32>
+ PackScalar<B64>
+ PackScalar<B128> { }
Expand description
An underlier with associated packed types for fields 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.