Trait openat_ext::FileExt [−][src]
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.