CallResult

Type Alias CallResult 

Source
pub type CallResult = Result<CallResponse, CallError>;

Aliased Type§

pub enum CallResult {
    Ok(CallResponse),
    Err(CallError),
}

Variants§

§1.0.0

Ok(CallResponse)

Contains the success value

§1.0.0

Err(CallError)

Contains the error value