get

Function get 

Source
pub fn get<R, F>(f: F) -> R
where F: FnOnce(&str) -> R,
Expand description

Read a thread-local context with provided callback.