pub trait RawIoContext { // Required methods fn driver(&self) -> &Driver; fn poller(&self) -> Handle; }
Io context must implement this trait.
Get driver reference of this context.
Get poller handle of this context