AsHandle

Trait AsHandle 

Source
pub trait AsHandle {
    // Required method
    fn as_handle(&self) -> BorrowedHandle<'_>;
}
Expand description

Required Methods§

Implementors§

Source§

impl AsHandle for File

Available on crate feature fs and Windows only.
Source§

impl AsHandle for NamedPipeClient

Available on Windows and crate feature net only.
Source§

impl AsHandle for NamedPipeServer

Available on Windows and crate feature net only.