Struct std::rt::task::Unwinder

pub struct Unwinder {
    unwinding: bool,
}

Methods

impl Unwinder

fn try(&mut self, f: &fn())

fn begin_unwind(&mut self) -> !