Function ambient_api::prelude::ambient_element::use_state
source · pub fn use_state<T>(
hooks: &mut Hooks<'_>,
init: T
) -> (T, Arc<CbDebuggable<dyn Fn(T) + Sync + Send>>)
pub fn use_state<T>(
hooks: &mut Hooks<'_>,
init: T
) -> (T, Arc<CbDebuggable<dyn Fn(T) + Sync + Send>>)