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

pub struct StreamDescriptor { /* fields omitted */ }

Typedef for the typical usage of a stream-oriented descriptor.

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