pub type MarkDirtyRange<T> = PagerRange<T, MarkDirtyRequest>;Expand description
The requested range from a ZX_PAGER_VMO_DIRTY packet. This object must not be dropped without
calling either mark_dirty or report_failure.
Aliased Type§
pub struct MarkDirtyRange<T> { /* private fields */ }