ahtml
0.8.1
Module arc_
util
Module Items
Traits
In crate ahtml
ahtml
Module
arc_util
Copy item path
Source
Traits
ยง
IntoArc
Make it possible to pass &x or x to a function, where x is
Arc<T>
, and have the function do the clone operation when needed.