[][src]Trait unsafe_io::IntoUnsafeFile

pub trait IntoUnsafeFile {
    pub fn into_unsafe_file(self) -> UnsafeFile;
}

A trait for types which can be converted into unsafe files.

Required methods

pub fn into_unsafe_file(self) -> UnsafeFile[src]

Convert self into an unsafe file.

Loading content...

Implementors

impl<T: IntoRawHandle> IntoUnsafeFile for T[src]

Loading content...