diff options
Diffstat (limited to 'src/shared.rs')
-rw-r--r-- | src/shared.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared.rs b/src/shared.rs index 2fdbf4c..bb8bd09 100644 --- a/src/shared.rs +++ b/src/shared.rs @@ -17,6 +17,7 @@ pub mod channel; #[derive(Resource, Deref, DerefMut)] pub(crate) struct AsyncRuntime(pub(crate) Runtime); +pub(crate) type InternalConnectionRef = quinn::Connection; /// Enum with possibles errors that can occur in Bevy Quinnet #[derive(thiserror::Error, Debug)] |