IsAligned

Trait IsAligned 

Source
pub trait IsAligned: Sealed { }
Expand description

Trait that is only implemented for Aligned and Unaligned to work around the lack of ability to have const generics of an enum.

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§