Trait asio::IoObject [] [src]

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

Traits to the associated with IoService.

Required Methods

fn io_service(&self) -> &IoService

Returns a IoService associated with this object.

Implementors