pub type HandlerResult = Result<()>;
Result type for handler functions.
pub enum HandlerResult { Ok(()), Err(ProcwireError), }
Contains the success value
Contains the error value