pub unsafe trait AllBytesValid { }
Expand description
Unsafe trait representing types where every byte pattern is valid for their representation.
This is the set of types which wasmer can have a raw pointer to for values which reside in wasm linear memory.
§Safety
TODO: add safety docs.