[−][src]Trait opencv::prelude::AsyncPromiseTrait
Provides result of asynchronous operations
Required methods
fn as_raw_AsyncPromise(&self) -> *const c_void
fn as_raw_mut_AsyncPromise(&mut self) -> *mut c_void
Provided methods
fn release(&mut self)
fn get_array_result(&mut self) -> Result<AsyncArray>
Returns associated AsyncArray
Note: Can be called once