Struct asyncio::posix::StreamDescriptor [] [src]

pub struct StreamDescriptor { /* fields omitted */ }

Methods

impl StreamDescriptor
[src]

Trait Implementations

impl Stream for StreamDescriptor
[src]

impl IoObject for StreamDescriptor
[src]

Returns a IoService associated with this object.

impl AsRawFd for StreamDescriptor
[src]

Extracts the raw file descriptor. Read more