Type Definition pemmican::Handler [] [src]

type Handler<S, E> = fn(_: &Pemmican<S, E>, _: Request) -> Box<Future<Item = Response, Error = E>>;