Function Method_execute

Source
pub unsafe extern "C" fn Method_execute(this: *mut Method) -> Error
Expand description

Execute the method.

NOTE: Will fail if the method has been partially executed using the step() api.

@returns Error::Ok on success, non-Ok on failure.