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
fn call_async<E>(e: E, req: Request) -> FutureObject where
E: Into<Exception>,
E: Into<Exception>,
Implementors
impl<T> ExceptionHandlerServiceAsync for T where
T: ExceptionHandlerService,