use official async trait (#6765)

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-12-29 16:41:49 +08:00
committed by GitHub
parent 6953efc2d8
commit e873188775
6 changed files with 3 additions and 9 deletions

View File

@@ -41,7 +41,6 @@ impl Session {
}
}
#[async_trait]
impl Interface for Session {
fn get_login_config_handler(&self) -> Arc<RwLock<LoginConfigHandler>> {
return self.lc.clone();