[][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...

Implementors

impl<T: IntoRawFd> IntoUnsafeHandle for T[src]

Loading content...