Trait keiro::Handler[][src]

pub trait Handler<E: Into<Box<dyn Error + Send + Sync>>>: Send + Sync + 'static {
    fn call(
        &self,
        req: Request<Body>
    ) -> Pin<Box<dyn Future<Output = Result<Response<Body>, E>> + Send + Sync>>; }

Required methods

Trait Implementations

Formats the value using the given formatter. Read more

Implementors