Function context_rs::take_value

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

Take a value from the current context. Only works when paired with provide_value