Trait virt::PartitionMemoryMapper
source · pub trait PartitionMemoryMapper {
// Required method
fn memory_mapper(&self, vtl: Vtl) -> Arc<dyn PartitionMemoryMap>;
}
Required Methods§
sourcefn memory_mapper(&self, vtl: Vtl) -> Arc<dyn PartitionMemoryMap>
fn memory_mapper(&self, vtl: Vtl) -> Arc<dyn PartitionMemoryMap>
Returns a memory mapper for the partition backing vtl
.