pub trait PointsToPage: Level {
    type Size: StaticSize + Display;

    const IS_HUGE: bool;
}

Required Associated Types§

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§