tokio
1.46.1
Module rc_cell
Module Items
Structs
In tokio::
util
tokio
::
util
Module
rc_cell
Copy item path
Source
Structs
ยง
RcCell
๐
This is exactly like
Cell<Option<Rc<T>>>
, except that it provides a
get
method even though
Rc
is not
Copy
.