pub trait AsyncPromiseTraitConst {
    fn as_raw_AsyncPromise(&self) -> *const c_void;

    fn _get_impl(&self) -> *mut c_void { ... }
}
Expand description

Provides result of asynchronous operations

Required Methods

Provided Methods

Implementors