Module response

Source
Expand description

Represents different possible responses.

Structs§

Response
A generic Response struct that wraps the result of a task, containing the outcome (Ok or Err), task metadata such as task_id, attempt, and an internal marker field for future extensions.

Traits§

IntoResponse
Helper for Job Responses