Macro fabric_support::assert_storage_noop[][src]

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

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).