Type Alias ZeroizingVec

Source
pub type ZeroizingVec<T> = Vec<T, ZeroizingAlloc<Global>>;
Expand description

A vector which automatically zeroizes its buffer when dropped.

Aliased Typeยง

pub struct ZeroizingVec<T> { /* private fields */ }