Type Definition skytable::AsyncResult

source · []
pub type AsyncResult<'s, T> = Pin<Box<dyn Future<Output = T> + Send + Sync + 's>>;
This is supported on crate feature aio only.
Expand description

A special result that is returned when running actions (async)