use_try_consume

Function use_try_consume 

Source
pub fn use_try_consume<T: Clone + 'static>() -> Option<T>
Expand description

Try to get access to a value stored in this component instance or some ancestor.