[][src]Trait unsafe_io::IntoUnsafeHandle

pub trait IntoUnsafeHandle {
    pub fn into_unsafe_handle(self) -> UnsafeHandle;
}

A trait for types which can be converted into an unsafe handle.

Required methods

pub fn into_unsafe_handle(self) -> UnsafeHandle[src]

Convert self into an unsafe handle.

Loading content...

Implementations on Foreign Types

impl IntoUnsafeHandle for File[src]

impl IntoUnsafeHandle for ChildStdin[src]

impl IntoUnsafeHandle for ChildStdout[src]

impl IntoUnsafeHandle for ChildStderr[src]

impl IntoUnsafeHandle for TcpStream[src]

Loading content...

Implementors

Loading content...