use_state_bool_auto_clean_with

Function use_state_bool_auto_clean_with 

Source
pub fn use_state_bool_auto_clean_with(
    get_initial_value: &mut dyn FnMut() -> bool,
    free: &Closure<dyn FnMut(bool)>,
) -> UseStateBoolObject