Add type alias for Arc<OnceServices>
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
0cbdcf3b3d
commit
4229a1d630
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ pub mod users;
|
|||
pub(crate) use once_services::OnceServices;
|
||||
pub(crate) use service::{Args, Service};
|
||||
|
||||
pub(crate) type SelfServices = std::sync::Arc<OnceServices>;
|
||||
|
||||
pub use crate::services::Services;
|
||||
|
||||
tuwunel_core::mod_ctor! {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue