pub fn test_closure<R>(f: impl FnOnce() -> R) -> R
Expand description

Run this closure in test externalities.