EmptyResult

Type Alias EmptyResult 

Source
pub type EmptyResult = Result<Json<Empty>, AppError>;

Aliased Type§

pub enum EmptyResult {
    Ok(Json<Empty>),
    Err(AppError),
}

Variants§

§1.0.0

Ok(Json<Empty>)

Contains the success value

§1.0.0

Err(AppError)

Contains the error value