You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
relax trait bound for postgres try_from_client_and_connection
tokio_postgres::Socket is not supported for wasm32-unknown-unknown
target. tokio_postgres, additionally, may return a Connection type whose
first bound is not a tokio_postgres::Socket.
Accordingly, let's relax the bounds on try_from_client_and_connection so
that we match the loosest type that may be returned by tokio_postgres's
connection methods, which enables try_from_client_and_connection to work
for a wasm32-unknown-unknown target.
0 commit comments