pub trait AutoCoreMemory { }Expand description
Marker trait for generated GlobalMemory structs.
This trait is implemented by the auto-generated GlobalMemory struct
that represents the shared memory layout. It serves as a marker for
type safety in the control framework.
You don’t need to implement this trait yourself - it’s automatically implemented by the code generator.