pub fn status_from_execution_result<E>(result: &Result<(), E>) -> AgentStatuswhere
E: Display,Expand description
Map an execution result to AgentStatus.
pub fn status_from_execution_result<E>(result: &Result<(), E>) -> AgentStatuswhere
E: Display,Map an execution result to AgentStatus.