liblisa::oracle

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§

fn can_map(&self, addr: Addr) -> bool

Returns true if the address addr can be mapped.

Object Safety§

This trait is not object safe.

Implementors§