Trait zircon::Handler [] [src]

pub trait Handler<A>: Send + Sync + 'static {
    fn handle(&self, _: Arc<A>, _: Request) -> HandlerResult;
}

Required Methods

Implementors