macro_rules! hypothetically {
( $e:expr ) => { ... };
}
Expand description
Do something hypothetically by rolling back any changes afterwards.
Returns the original result of the closure.
macro_rules! hypothetically {
( $e:expr ) => { ... };
}
Do something hypothetically by rolling back any changes afterwards.
Returns the original result of the closure.