Module vmcore::local_only

source ·

Structs§

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