Searched defs:hyper_io (Results 1 – 1 of 1) sorted by relevance
23 pub struct hyper_io { struct24 read: hyper_io_read_callback, argument25 write: hyper_io_write_callback, argument34 fn hyper_io_new() -> *mut hyper_io { argument123 impl AsyncRead for hyper_io { implementation149 impl AsyncWrite for hyper_io { implementation177 unsafe impl Send for hyper_io {} implementation178 unsafe impl Sync for hyper_io {} implementation