Type Definition async_stm::StmResult

source ·
pub type StmResult<T, E> = Result<T, StmError<E>>;
Expand description

Type returned by STM methods that can be aborted with an error.

Such methods must be executed with atomically_or_err.