Module local_only

Source
Expand description

Type definitions for types that cannot cross a mesh process boundary.

Structsยง

LocalOnly
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.
LocalOnlyError
Error when attempting to deserialize an instance of LocalOnly.
LocalOnlyField
A field encoder for fields that should be ignored on write and fail on read.