Files
xray-proxy/src/parser/structs.rs
2023-10-12 18:34:01 +03:30

6 lines
63 B
Rust

pub struct Outboud {
vnext: Option<Vec<ServerObject>>,
}