Skip to main content

AsyncResult

Type Alias AsyncResult 

Source
pub type AsyncResult<T> = Pin<Box<dyn Future<Output = Result<T, YufmathError>> + Send>>;
Expand description

异步计算结果

Aliased Type§

#[repr(transparent)]
pub struct AsyncResult<T> { /* private fields */ }