Struct gio::GioFutureResult [−][src]
pub struct GioFutureResult<T, E> { /* fields omitted */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<T, E> !RefUnwindSafe for GioFutureResult<T, E>
impl<T, E> Sync for GioFutureResult<T, E> where
E: Send,
T: Send,
impl<T, E> Unpin for GioFutureResult<T, E>
impl<T, E> !UnwindSafe for GioFutureResult<T, E>