Skip to main content

get_context_variable

Function get_context_variable 

Source
pub fn get_context_variable<T>(key: &str) -> Option<T>
where T: Clone + Send + Sync + 'static,
Expand description

Get a context variable. Returns None if the key is not set.