pub fn get<R, F>(f: F) -> Rwhere F: FnOnce(&str) -> R,
Read a thread-local context with provided callback.