Struct futures_glib::PushThreadDefault [] [src]

pub struct PushThreadDefault<'a> { /* fields omitted */ }

An RAII struct that is returned from push_thread_default to pop the default when it goes out of scope.

Trait Implementations

impl<'a> Drop for PushThreadDefault<'a>
[src]

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