Module arc_util

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.