pub fn create_session_if_not_set_then<R>(
f: impl FnOnce(&SessionGlobals) -> R,
) -> RExpand description
Creates the session globals and then runs the closure f.
pub fn create_session_if_not_set_then<R>(
f: impl FnOnce(&SessionGlobals) -> R,
) -> RCreates the session globals and then runs the closure f.