sycamore::reactive

Function use_context

pub fn use_context<T>() -> T
where T: Clone + 'static,
Expand description

Get a context with the given type. If no context is found, this panics.