referrerpolicy=no-referrer-when-downgrade
frame_support

Macro hypothetically_ok

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