FetchResult

Type Alias FetchResult 

Source
pub type FetchResult = Result<Response, DfnsError>;

Aliased Type§

pub enum FetchResult {
    Ok(Response),
    Err(DfnsError),
}

Variants§

§1.0.0

Ok(Response)

Contains the success value

§1.0.0

Err(DfnsError)

Contains the error value