Type Alias secure_string::SecureBytes
source · pub type SecureBytes = SecureVec<u8>;Expand description
Type alias for a vector that stores just bytes
Aliased Type§
struct SecureBytes { /* private fields */ }pub type SecureBytes = SecureVec<u8>;Type alias for a vector that stores just bytes
struct SecureBytes { /* private fields */ }