pub fn use_state_bool_auto_clean(
    initial_value: bool,
    free: &Closure<dyn FnMut(bool)>
) -> UseStateBoolObject
Expand description