tokio
1.42.0
Module rc_cell
Structs
In tokio::
util
Module
tokio
::
util
::
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
.