Type Definition sycamore_reactive::Scope

source · []
pub type Scope<'a> = BoundedScope<'a, 'a>;
Expand description

A type-alias for BoundedScope where both lifetimes are the same.