flex_alloc::vec

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ยง

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