Skip to main content

PageStatesCache

Trait PageStatesCache 

Source
pub trait PageStatesCache: SealedPageStatesCache { }
Expand description

A cache that caches the states for all pages

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl PageStatesCache for CalculatedPageStates

Source§

impl PageStatesCache for HeapPageStates

Available on crate feature alloc only.
Source§

impl PageStatesCache for Uncached

Source§

impl<const PAGE_COUNT: usize> PageStatesCache for ArrayPageStates<PAGE_COUNT>