Struct netlink_sys::TokioSocket[][src]

pub struct TokioSocket(_);

An I/O object representing a UDP socket.

Methods

impl TokioSocket
[src]

This function will create a new UDP socket and attempt to bind it to the addr provided.

Auto Trait Implementations

impl Send for TokioSocket

impl Sync for TokioSocket