Trait bump_scope::SupportedMinimumAlignment

source ·
pub trait SupportedMinimumAlignment: Sealed { }
Expand description

Statically guarantees that a minimum alignment is marked as supported.

This trait is sealed: the list of implementors below is total. Users do not have the ability to mark additional MinimumAlignment<N> values as supported. Only bump allocators with the supported minimum alignments are constructable.

Object Safety§

This trait is not object safe.

Implementors§