Function use_ref_cell_with

Source
pub fn use_ref_cell_with<T: 'static, F: FnOnce() -> T>(
    get_initial_value: F,
) -> ReadRefRc<RefCell<T>>