Trait winrt::RtAsyncOperation [] [src]

pub trait RtAsyncOperation: RtAsyncAction {
    type TResult;
    fn get_results(&self) -> Self::TResult;

    fn blocking_get(&self) -> Self::TResult { ... }
}

Associated Types

Required Methods

Provided Methods

Implementors