pub trait NotGiantPageSize: PageSize { }
Expand description

This trait is implemented for 4KiB and 2MiB pages, but not for 1GiB pages.

Object Safety§

This trait is not object safe.

Implementors§