Function Method_step

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

EXPERIMENTAL: Advances/executes a single instruction in the method.

@retval Error::Ok step succeeded @retval non-Ok step failed @retval Error::EndOfMethod method finished executing successfully