Trait openat_ext::FileExt[][src]

pub trait FileExt {
    fn copy_to(&self, to: &File) -> Result<u64>;
}

Helper functions for std::fs::File

Required methods

fn copy_to(&self, to: &File) -> Result<u64>[src]

Copy the entire contents of self to to. This uses operating system specific fast paths if available.

Loading content...

Implementations on Foreign Types

impl FileExt for File[src]

Loading content...

Implementors

Loading content...