优化代码结构

This commit is contained in:
lbl8603
2024-06-09 00:11:33 +08:00
parent 8294e46003
commit 16278dae62
4 changed files with 11 additions and 17 deletions
+3 -2
View File
@@ -2,8 +2,9 @@ use std::process;
use console::style;
use vnt::handle::callback::{ConnectInfo, ErrorType};
use vnt::{DeviceInfo, ErrorInfo, HandshakeInfo, RegisterInfo, VntCallback};
use vnt::{
ConnectInfo, DeviceInfo, ErrorInfo, ErrorType, HandshakeInfo, RegisterInfo, VntCallback,
};
#[derive(Clone)]
pub struct VntHandler {}