Skip to main content

zeroizing_box

Function zeroizing_box 

Source
pub fn zeroizing_box<T: Default + Zeroize + Clone>(size: usize) -> Box<[T]>
Expand description

Allocate an exact-size boxed slice of initialized values.