Function use_gen_toggle_with

Source
pub fn use_gen_toggle_with(
    f: impl FnOnce() -> bool,
) -> UseGenToggleWith<impl FnOnce() -> (bool, Toggle)>