Struct glib::CallbackGuard [] [src]

pub struct CallbackGuard(_);

Unwinding propagation guard. Aborts the process if destroyed while panicking.

Methods

impl CallbackGuard
[src]

Trait Implementations

impl Drop for CallbackGuard
[src]

A method called when the value goes out of scope. Read more