Type Definition async_stm::Stm

source ·
pub type Stm<T> = Result<T, StmControl>;
Expand description

Type returned by STM methods that cannot be aborted, the only reason they can fail is to be retried.