Skip to main content

StoreProgramIxBuilder

Trait StoreProgramIxBuilder 

Source
pub trait StoreProgramIxBuilder {
    // Required method
    fn store_program(&self) -> &StoreProgram;
}
Expand description

Builder for StoreProgram instructions.

Required Methods§

Source

fn store_program(&self) -> &StoreProgram

Returns the StoreProgram.

Implementors§