[][src]Trait polling::Source

pub trait Source {
    fn raw(&self) -> RawSocket;
}

A RawSocket or a reference to a type implementing AsRawSocket.

Required methods

fn raw(&self) -> RawSocket

Returns the RawSocket for this I/O object.

Loading content...

Implementations on Foreign Types

impl Source for RawSocket[src]

impl<T: AsRawSocket, '_> Source for &'_ T[src]

Loading content...

Implementors

Loading content...