Files
xray-proxy/src/parser/structs.rs

6 lines
63 B
Rust
Raw Normal View History

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