Expand description
Represents different possible responses.
Structs§
- Response
- A generic
Response
struct that wraps the result of a task, containing the outcome (Ok
orErr
), task metadata such astask_id
,attempt
, and an internal marker field for future extensions.
Traits§
- Into
Response - Helper for Job Responses