Skip to content

Instantly share code, notes, and snippets.

@stephanbuys
Created August 1, 2017 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephanbuys/8d85109ff7b6edd5ba21fa401ae9a0d7 to your computer and use it in GitHub Desktop.
Save stephanbuys/8d85109ff7b6edd5ba21fa401ae9a0d7 to your computer and use it in GitHub Desktop.
#[derive(Queryable)]
pub struct Post {
pub id: i32,
pub title: String,
pub body: String,
pub published: bool,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment