pub trait CompilerRepresentation: Display { // Required method fn shared_memory_size(&self) -> usize; }
Trait for compiled code representation
Computes and returns the shared memory size