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.

Implementations on Foreign Types

Implementors