[][src]Type Definition waithandle::WaitHandleResult

type WaitHandleResult<T> = Result<T, WaitHandleError>;

The result of a wait handle operation.