tokio::util

Module rc_cell

Source

Structs§

  • RcCell 🔒
    This is exactly like Cell<Option<Rc<T>>>, except that it provides a get method even though Rc is not Copy.