Crate zeroize_derive[][src]

Custom derive support for zeroize

Structs

ZeroizeAttrs

Custom derive attributes for Zeroize

Constants

ZEROIZE_ATTR

Name of zeroize-related attributes

Functions

derive_zeroize

Custom derive for Zeroize

derive_zeroize_with_drop

Custom derive for Zeroize and Drop

derive_zeroize_without_drop

Custom derive for Zeroize (without Drop)

Derive Macros

Zeroize

Derive the Zeroize trait.