Trait MappableArea
pub trait MappableArea: Clone + Debug {
// Required method
fn can_map(&self, addr: Addr) -> bool;
}
Expand description
The memory addresses that can be mapped by an oracle.
Required Methods§
Object Safety§
This trait is not object safe.