Skip to main content

HandlerResult

Type Alias HandlerResult 

pub type HandlerResult = Result<(), JsonError>;
Expand description

Result returned by JSON rewrite handlers.

Aliased Type§

pub enum HandlerResult {
    Ok(()),
    Err(JsonError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(JsonError)

Contains the error value