Trait rustc_typeck::middle::ty::RegionEscapeUnstable [-] [+] [src]

pub trait RegionEscape {
    fn has_regions_escaping_depth(&self, depth: u32) -> bool;

    fn has_escaping_regions(&self) -> bool { ... }
}

Required Methods

fn has_regions_escaping_depth(&self, depth: u32) -> bool

Provided Methods

fn has_escaping_regions(&self) -> bool

Implementors