Function use_ref_cell

Source
pub fn use_ref_cell<T: 'static>(initial_value: T) -> ReadRefRc<RefCell<T>>