diff --git a/secrecy/src/lib.rs b/secrecy/src/lib.rs index d2390507..2f1866fd 100644 --- a/secrecy/src/lib.rs +++ b/secrecy/src/lib.rs @@ -267,6 +267,8 @@ impl CloneableSecret for u64 {} impl CloneableSecret for u128 {} impl CloneableSecret for usize {} +impl CloneableSecret for [Z; N] {} + /// Expose a reference to an inner secret pub trait ExposeSecret { /// Expose secret: this is the only method providing access to a secret.