Struct asyncio::IoServiceWork [] [src]

pub struct IoServiceWork(_);

Trait Implementations

impl IoObject for IoServiceWork
[src]

Returns a IoService associated with this object.

impl Drop for IoServiceWork
[src]

A method called when the value goes out of scope. Read more