DynamicZeroizing

Type Alias DynamicZeroizing 

Source
pub type DynamicZeroizing<T> = SecretBox<T>;

Aliased Type§

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

Trait Implementations§

Source§

impl<T: ?Sized + Zeroize> From<Dynamic<T>> for DynamicZeroizing<T>

Available on crate feature zeroize only.
Source§

fn from(dynamic: Dynamic<T>) -> Self

Converts to this type from the input type.