Remove async_trait again

This commit is contained in:
Arpad Müller
2024-04-28 01:15:07 +02:00
parent 2a7bc782fd
commit f9039f7d73
4 changed files with 3 additions and 7 deletions

View File

@@ -75,7 +75,6 @@ pub type ComputeReady = DatabaseInfo;
// TODO: replace with an http-based protocol.
struct MgmtHandler;
#[async_trait::async_trait]
impl postgres_backend::Handler<tokio::net::TcpStream> for MgmtHandler {
async fn process_query(
&mut self,