Expand description
Type definitions for types that cannot cross a mesh process boundary.
Structsยง
- Local
Only - A wrapper type that skips serializing the type and fails deserialization. This allows the type to be used in a MeshPayload derive but will fail when sent across a process boundary at runtime.
- Local
Only Error - Error when attempting to deserialize an instance of
LocalOnly
. - Local
Only Field - A field encoder for fields that should be ignored on write and fail on read.