AgencyResult

Type Alias AgencyResult 

Source
pub type AgencyResult<T> = Result<T, AgencyError>;

Aliased Type§

pub enum AgencyResult<T> {
    Ok(T),
    Err(AgencyError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(AgencyError)

Contains the error value