Remove async_trait from Handler trait as well

This commit is contained in:
Arpad Müller
2024-04-03 23:19:03 +02:00
parent 0c4988a92c
commit fe762e35d8
4 changed files with 2 additions and 6 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,