Module_load

Function Module_load 

Source
pub fn Module_load(
    self_: Pin<&mut Module>,
    verification: ProgramVerification,
) -> Error
Available on crate feature module only.
Expand description

Load the program if needed.

§Arguments

  • verification: The type of verification to do before returning success.

§Returns

An Error to indicate success or failure of the loading process.