macro_rules! assert_storage_noop {
    (
		$x:expr
	) => { ... };
}
Expand description

Evaluate any expression and assert that runtime storage has not been mutated (i.e. expression is a storage no-operation).

Used as assert_storage_noop(expression_to_assert).