pub fn use_state_i32_auto_clean(
    initial_value: i32,
    free: &Closure<dyn FnMut(i32)>
) -> UseStateI32Object
Expand description