Type Definition skytable::actions::AsyncResult[][src]

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

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