Trait nickel::ErrorHandler

source ·
pub trait ErrorHandler<D>: Send + 'static + Sync {
    fn handle_error(
        &self,
        _: &mut NickelError<'_, D>,
        _: &mut Request<'_, '_, D>
    ) -> Action; }

Required Methods

Implementations on Foreign Types

Implementors