Trait virt::PartitionMemoryMapper

source ·
pub trait PartitionMemoryMapper {
    // Required method
    fn memory_mapper(&self, vtl: Vtl) -> Arc<dyn PartitionMemoryMap>;
}

Required Methods§

source

fn memory_mapper(&self, vtl: Vtl) -> Arc<dyn PartitionMemoryMap>

Returns a memory mapper for the partition backing vtl.

Implementors§