Skip to main content

zeroed_arc

Function zeroed_arc 

Source
pub fn zeroed_arc<T: Zeroable>() -> Arc<T>
Expand description

Allocates a Arc<T> with all contents being zeroed out.