derive traits for sync builder
This commit is contained in:
parent
6bcc7c47ae
commit
af41875ea4
@ -8,6 +8,7 @@ use tokio_postgres::{Error, MakeTlsMode, Socket, TlsMode};
|
||||
|
||||
use crate::{Client, RUNTIME};
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
pub struct Builder(tokio_postgres::Builder);
|
||||
|
||||
impl Default for Builder {
|
||||
|
Loading…
Reference in New Issue
Block a user