brane_let::exec_nop

Function handle

Source
pub async fn handle() -> Result<PackageResult, LetError>
Expand description

Handles athe No-Op, and thus does no meaningful work (except for sending as many callbacks as needed).

Arguments

  • callback: The callback object we use to keep in touch with the driver.

Returns
The return state of the package call on success, or a LetError otherwise.