Struct rustrt::task::Death[src]
pub struct Death {
pub on_exit: Option<proc(Result): Send>,
// some fields omitted
}Per-task state related to task death, killing, failure, etc.
Fields
on_exit |
pub struct Death {
pub on_exit: Option<proc(Result): Send>,
// some fields omitted
}Per-task state related to task death, killing, failure, etc.
on_exit |
impl Death
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).