pub trait Generate {
    fn generate(&self) -> Result<Vec<VmInstruction>, CalError>;
}

Required Methods

Implementations on Foreign Types

Implementors