[][src]Trait debug_probe::flash::memory::MemoryRange

pub trait MemoryRange {
    fn contains_range(&self, range: &Range<u32>) -> bool;
fn intersects_range(&self, range: &Range<u32>) -> bool; }

Required methods

fn contains_range(&self, range: &Range<u32>) -> bool

fn intersects_range(&self, range: &Range<u32>) -> bool

Loading content...

Implementations on Foreign Types

impl MemoryRange for Range<u32>[src]

Loading content...

Implementors

Loading content...