Type Definition executive_state::ApplyResult[][src]

type ApplyResult<T, V> = Result<ApplyOutcome<T, V>, Error>;

Result type for the execution (“application”) of a transaction.