Type Definition pony::Callback [] [src]

type Callback = fn(_: Request) -> Box<Future<Item = Response, Error = Error>>;