Module frame_support::storage::storage_noop_guard
source · Expand description
Contains the crate::StorageNoopGuard
for conveniently asserting
that no storage mutation has been made by a whole code block.
Structs
Asserts that no storage changes took place between con- and destruction of
Self
.