FixedZeroizing

Type Alias FixedZeroizing 

Source
pub type FixedZeroizing<T> = Zeroizing<T>;

Aliased Type§

pub struct FixedZeroizing<T>(/* private fields */);

Trait Implementations§

Source§

impl<T: Zeroize> From<Fixed<T>> for FixedZeroizing<T>

Available on crate feature zeroize only.
Source§

fn from(fixed: Fixed<T>) -> Self

Converts to this type from the input type.