Skip to main content

clear_box

Function clear_box 

Source
pub fn clear_box<T: Zeroize>(data: Box<[T]>)
Expand description

Clear every initialized element before releasing a boxed slice.