pub trait NotGiantPageSize: PageSize { }
Expand description
This trait is implemented for 4KiB and 2MiB pages, but not for 1GiB pages.
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.