Trait hyper_fs::ExceptionHandlerService [] [src]

pub trait ExceptionHandlerService: Debug {
    fn call<E>(e: E, req: Request) -> Result<Response, Error>
    where
        E: Into<Exception>
; }

handle Exception and return Response if it occurs.

Required Methods

Implementors