referrerpolicy=no-referrer-when-downgrade

Macro frame_support::hypothetically

source ·
macro_rules! hypothetically {
    ( $e:expr ) => { ... };
}
Expand description

Do something hypothetically by rolling back any changes afterwards.

Returns the original result of the closure.