Function with_idempotence_mode

Source
pub fn with_idempotence_mode<R>(mode: bool, f: impl FnOnce() -> R) -> R
Expand description

Executes the given function with the idempotence mode set to the given value.