pub trait ZeroizeOnDrop { }
Expand description

A simple trait to force the types to call zeroize() when dropping

Implementors§