Struct tokio_zmq::file::ZmqFile[][src]

pub struct ZmqFile { /* fields omitted */ }

Create a simple wraper struct to hand to tokio_file_unix's File new_nb constructor

Methods

impl ZmqFile
[src]

Create a ZmqFile from a file descriptor

Trait Implementations

impl AsRawFd for ZmqFile
[src]

ZmqFile must implement AsRawFd to be compatable with tokio_file_unix

Auto Trait Implementations

impl Send for ZmqFile

impl Sync for ZmqFile