Function ffi_helpers::error_handling::update_last_error[][src]

pub fn update_last_error<E: Into<Error>>(err: E)
Expand description

Update the thread_local error, taking ownership of the Error.