macro_rules! hypothetically_ok {
($e:expr $(, $args:expr)* $(,)?) => { ... };
}
Expand description
Assert something to be hypothetically Ok
, without actually committing it.
Reverts any storage changes made by the closure.
macro_rules! hypothetically_ok {
($e:expr $(, $args:expr)* $(,)?) => { ... };
}
Assert something to be hypothetically Ok
, without actually committing it.
Reverts any storage changes made by the closure.