forked from lavina/lavina
1
0
Fork 0

- change trait's signature

This commit is contained in:
homycdev 2024-04-22 07:44:28 +03:00
parent f2ccdee9d5
commit a1c1b3dae6
1 changed files with 0 additions and 7 deletions

View File

@ -6,13 +6,6 @@ use tokio::io::AsyncWrite;
pub mod whois;
struct HandlerY<T: AsyncWrite + Unpin> {
server_name: Str,
client: Str,
writer: T,
storage: Storage,
}
pub trait Handler {
fn handle(
&self,