Trait rustc::middle::trans::cleanup::Cleanup[src]
pub trait Cleanup {
fn clean_on_unwind(&self) -> bool;
fn trans<'a>(&self, bcx: &'a Block<'a>) -> &'a Block<'a>;
}
pub trait Cleanup {
fn clean_on_unwind(&self) -> bool;
fn trans<'a>(&self, bcx: &'a Block<'a>) -> &'a Block<'a>;
}
fn clean_on_unwind(&self) -> boolfn trans<'a>(&self, bcx: &'a Block<'a>) -> &'a Block<'a>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).