Skip to main content

arc_new

Function arc_new 

Source
pub fn arc_new<T>(value: T) -> Arc<T>
Expand description

Wrap value in an Arc.