Struct asyncio::Coroutine [] [src]

pub struct Coroutine<'a>(_);

Methods

impl<'a> Coroutine<'a>
[src]

Returns a Coroutine handler to asynchronous operation.

Trait Implementations

impl<'a> IoObject for Coroutine<'a>
[src]

Returns a IoService associated with this object.