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<Error> for StreamDescriptor
[src]

impl AsRawFd for StreamDescriptor
[src]

Extracts the raw file descriptor. Read more

impl Send for StreamDescriptor
[src]

impl AsIoContext for StreamDescriptor
[src]