Function use_ref_with

Source
pub fn use_ref_with<T: 'static + ?Sized, F: FnOnce() -> Rc<T>>(
    get_initial_value: F,
) -> MutableRefRc<T>