diff options
| author | Fuwn <[email protected]> | 2021-06-05 23:04:24 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-05 23:04:24 +0000 |
| commit | e188a1295ed156c8d24365c5832923ecaaced1a6 (patch) | |
| tree | ca88e37178b89e8db8befbcc39398741f71e8b88 /crates/whirl_server/src/net/mod.rs | |
| parent | docs(whirl_server::net::constants): portage notice (diff) | |
| download | whirl-e188a1295ed156c8d24365c5832923ecaaced1a6.tar.xz whirl-e188a1295ed156c8d24365c5832923ecaaced1a6.zip | |
refactor(whirl_server): create property list type
Diffstat (limited to 'crates/whirl_server/src/net/mod.rs')
| -rw-r--r-- | crates/whirl_server/src/net/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/whirl_server/src/net/mod.rs b/crates/whirl_server/src/net/mod.rs index afa45c8..27e4cf5 100644 --- a/crates/whirl_server/src/net/mod.rs +++ b/crates/whirl_server/src/net/mod.rs @@ -5,3 +5,5 @@ pub mod constants; pub mod converter; pub mod property_parser; pub mod structure; + +type PropertyList = Vec<crate::net::structure::NetworkProperty>; |