use_shared_toggle_with

Function use_shared_toggle_with 

Source
pub fn use_shared_toggle_with(
    f: impl FnOnce() -> bool,
) -> UseSharedToggleWith<impl FnOnce() -> (bool, SharedToggle)>