chore: remove useless struct file

This commit is contained in:
Keivan-sf
2025-07-28 18:10:34 +03:30
parent 0577205c2d
commit 3a2a0702e8

View File

@@ -1,5 +0,0 @@
pub struct Outboud {
vnext: Option<Vec<ServerObject>>,
}