AgentResult

Type Alias AgentResult 

Source
pub type AgentResult<T> = Result<T, AgentError>;

Aliased Type§

pub enum AgentResult<T> {
    Ok(T),
    Err(AgentError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(AgentError)

Contains the error value