Trait tokio::doc::os::windows::io::AsRawHandle

source ·
pub trait AsRawHandle {
    // Required method
    fn as_raw_handle(&self) -> RawHandle;
}
Expand description

Required Methods§

Implementors§

source§

impl AsRawHandle for NamedPipeClient

Available on Windows and crate feature net only.
source§

impl AsRawHandle for NamedPipeServer

Available on Windows and crate feature net only.