Function context_rs::get_value

source ·
pub fn get_value<T: 'static + Clone>() -> impl Future<Output = Option<T>>
Expand description

Get a value from the current context. Only works when paired with provide_ref