Function use_consume
pub fn use_consume<T>() -> Twhere
T: Clone + 'static,Expand description
Get access to a value stored in this component instance or some ancestor.
pub fn use_consume<T>() -> Twhere
T: Clone + 'static,Get access to a value stored in this component instance or some ancestor.