DebugError

Type Alias DebugError 

Source
pub type DebugError = Box<dyn Error + Send + Sync + 'static>;
Expand description

A generic Error wrapper for debug handler errors.

Debug handlers can define their own Error type which can be seamlessly converted into this type since it is a Box.

Aliased Typeยง

pub struct DebugError(/* private fields */);