Skip to content

Instantly share code, notes, and snippets.

@Enigo
Created February 2, 2023 03:38
Show Gist options
  • Save Enigo/74b36ee0b8141cfd8b1eb8143a1975de to your computer and use it in GitHub Desktop.
Save Enigo/74b36ee0b8141cfd8b1eb8143a1975de to your computer and use it in GitHub Desktop.
...
#[async_trait]
pub trait Persistable<T> {
async fn persist_one(&self, result: &T, pool: &Pool<Postgres>);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment