Trait secure_string::NoPaddingBytes
source · pub unsafe trait NoPaddingBytes: Sealed { }
Expand description
Guarantees that there are no padding bytes in types implementing this trait.
This trait is sealed and cannot be implemented outside of this crate.
Safety
Only implement for types without padding bytes.