util: resurrect UdpFramed (#3044)

This commit is contained in:
Evan Cameron
2020-11-06 16:59:15 +01:00
committed by GitHub
parent d7e3fcb9ee
commit 47658a6da5
6 changed files with 55 additions and 31 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//! UDP framing
mod frame;
pub use self::frame::UdpFramed;
pub use frame::UdpFramed;