Skip to content

Instantly share code, notes, and snippets.

@panicbit
Created September 4, 2015 00:22
Show Gist options
  • Save panicbit/d5006981a2ec1be9e12e to your computer and use it in GitHub Desktop.
Save panicbit/d5006981a2ec1be9e12e to your computer and use it in GitHub Desktop.
pub fn foo_handler(api: Arc<Api>) -> Box<Handler> {
Box::new(move |_: &mut Request| {
// do stuff
Ok(Response::with((status::Ok, result)))
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment