Function react::use_ref

source · []
pub fn use_ref<T: 'static + ?Sized, F: TakeRc<T>>(
    get_initial_value: F
) -> MutableRefRc<T>