Module binary_tree::cow
[−]
[src]
Copy-on-Write pointers.
Thin wrappers around the standard library ref-counted pointers that clones
on DerefMut if reference count is greater than 1.
Structs
| ArcCow | |
| RcCow |