Function use_side_effect_value

Source
pub fn use_side_effect_value<T: 'static>(
    callback: impl FnMut() -> T + 'static,
) -> State<T>