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 */ }
pub type ZeroizingVec<T> = Vec<T, ZeroizingAlloc<Global>>;
A vector which automatically zeroizes its buffer when dropped.
pub struct ZeroizingVec<T> { /* private fields */ }