Trait hyper_fs::ExceptionHandlerServiceAsync [] [src]

pub trait ExceptionHandlerServiceAsync: ExceptionHandlerService {
    fn call_async<E>(e: E, req: Request) -> FutureObject
    where
        E: Into<Exception>
; }

Auto impl...

Required Methods

Implementors