Skip to main content

JitoClientResult

Type Alias JitoClientResult 

Source
pub type JitoClientResult<T> = Result<T, JitoClientError>;

Aliased Type§

pub enum JitoClientResult<T> {
    Ok(T),
    Err(JitoClientError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(JitoClientError)

Contains the error value