Type Alias asserhttp::AsserhttpResult

source ·
pub type AsserhttpResult<T> = Result<T, AsserhttpError>;

Aliased Type§

enum AsserhttpResult<T> {
    Ok(T),
    Err(AsserhttpError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(AsserhttpError)

Contains the error value