pub type HandlerResult = Result<(), JsonError>;
Result returned by JSON rewrite handlers.
pub enum HandlerResult { Ok(()), Err(JsonError), }
Contains the success value
Contains the error value