diff --git a/ubw-sward/src/socket_stream/mod.rs b/ubw-sward/src/socket_stream/mod.rs index 3b67972..b3ffd67 100644 --- a/ubw-sward/src/socket_stream/mod.rs +++ b/ubw-sward/src/socket_stream/mod.rs @@ -32,3 +32,6 @@ pub trait StreamSward { workload: BoxedStreamWorkload, ) -> impl Future> + Send + 'static; } + +pub type IntegratedUdpSward = integrated::IntegratedSocketStreamSward; +pub type IntegratedTcpSward = integrated::IntegratedSocketStreamSward;