Skip to main content
Module carc
osom_
lib_
arc
0.1.27
Module carc
Module Items
Structs
In crate osom_
lib_
arc
osom_lib_arc
Module
carc
Copy item path
Source
Expand description
This module holds the
CArc
and
CWeak
types and their implementations.
Structs
ยง
Abandon
Result
The result of abandoning a
CArc
. Holds the underlying data and a weak reference to the
CArc
.
CArc
A smart pointer that can be used to share ownership of a value.
CWeak
A weak reference to the underlying
CArc
.