Trait CompilerRepresentation

Source
pub trait CompilerRepresentation: Display {
    // Required method
    fn shared_memory_size(&self) -> usize;
}
Expand description

Trait for compiled code representation

Required Methods§

Source

fn shared_memory_size(&self) -> usize

Computes and returns the shared memory size

Implementors§