Closed laptou closed 1 year ago
This allows me to use tokio_postgres::binary_copy::BinaryCopyInWriter with boxed ToSql types that are created by borrowing data from somewhere else (and are therefore not 'static).
tokio_postgres::binary_copy::BinaryCopyInWriter
ToSql
'static
Thanks!
This allows me to use
tokio_postgres::binary_copy::BinaryCopyInWriter
with boxedToSql
types that are created by borrowing data from somewhere else (and are therefore not'static
).