Trait asyncio::AsIoContext [] [src]

pub unsafe trait AsIoContext {
    fn as_ctx(&self) -> &IoContext;
}

Required Methods

Implementors