Struct tsukuyomi::error::handler::DefaultErrorHandler[][src]

pub struct DefaultErrorHandler { /* fields omitted */ }

An implementor of ErrorHandler used in App by default.

Methods

impl DefaultErrorHandler
[src]

Creates a new instance of DefaultErrorHandler.

Trait Implementations

impl Debug for DefaultErrorHandler
[src]

Formats the value using the given formatter. Read more

impl Default for DefaultErrorHandler
[src]

Returns the "default value" for a type. Read more

impl ErrorHandler for DefaultErrorHandler
[src]

Creates an HTTP response from the provided error value.

Auto Trait Implementations

impl Send for DefaultErrorHandler

impl Sync for DefaultErrorHandler