Stubbed UdpSocket struct, added Socket structs
This commit is contained in:
parent
e74f7f401b
commit
b30e4d0d34
7 changed files with 100 additions and 15 deletions
5
src/udp/mod.rs
Normal file
5
src/udp/mod.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
use crate::socket::Socket;
|
||||
|
||||
pub struct UdpSocket<SocketImpl: Socket> {
|
||||
pub socket: SocketImpl,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue