We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876059c commit 8e2bf24Copy full SHA for 8e2bf24
src/net/driver/mod.rs
@@ -279,9 +279,9 @@ impl<T: Evented> IoHandle<T> {
279
Ok(())
280
}
281
282
- /// Deregister and return the I/O source
+ /// Deregisters and returns the inner I/O source.
283
///
284
- /// This method is to support IntoRawFd in struct that uses IoHandle
+ /// This method is typically used to convert `IoHandle`s to raw file descriptors/handles.
285
pub fn into_inner(mut self) -> T {
286
let source = self.source.take().unwrap();
287
REACTOR
0 commit comments