mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2026-02-04 09:27:55 +00:00
6 lines
63 B
Rust
6 lines
63 B
Rust
|
|
|
|
pub struct Outboud {
|
|
vnext: Option<Vec<ServerObject>>,
|
|
}
|