Trait memory::Mutability
source · pub trait Mutability: Sealed { }
Expand description
A trait for parameterizing a BorrowedMappedPages
or BorrowedSliceMappedPages
as mutably or immutably borrowed.
Only Mutable
and Immutable
are able to implement this trait.