pub fn with_session_globals<R>(f: impl FnOnce(&SessionGlobals) -> R) -> R
Expand description
Gives access to read or modify the session globals in f
.
pub fn with_session_globals<R>(f: impl FnOnce(&SessionGlobals) -> R) -> R
Gives access to read or modify the session globals in f
.