pub trait MapperAllSizes: Mapper<Size4KiB> + Mapper<Size2MiB> + Mapper<Size1GiB> { }
Expand description

An empty convencience trait that requires the Mapper trait for all page sizes.

Implementors§