Transaction.failure

Sets the delegate called when a commit failed.

class Transaction(T)
final @property
void
failure
(
bool delegate
(
Snapshot!T
,
Throwable
,
size_t
)
onFailure
)
if (
is(T == struct) ||
isScalarType!T
)

Meta