pub trait GuestMemoryRegionBytes: GuestMemoryRegion { }Expand description
A marker trait that if implemented on a type R makes available a default
implementation of Bytes<MemoryRegionAddress> for R, based on the assumption
that the entire GuestMemoryRegion is just traditional memory without any
special access requirements.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.