Trait asyncio::IoObject [] [src]

pub unsafe trait IoObject: Sized {
    fn io_service(&self) -> &IoService;
}

Traits to the associated with IoService.

Required Methods

Returns a IoService associated with this object.

Implementors