Laid out concept for UdpSocket init
This commit is contained in:
parent
b30e4d0d34
commit
e8c8e3c9cc
3 changed files with 12 additions and 3 deletions
|
|
@ -1,4 +1,6 @@
|
|||
pub trait Socket {}
|
||||
pub trait Socket {
|
||||
// TODO expose method to get address of socket
|
||||
}
|
||||
|
||||
pub type OwnedSockets = (
|
||||
Socket0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue