[−][src]Trait openat_ext::FileExt
Helper functions for std::fs::File
Required methods
fn copy_to(&self, to: &File) -> Result<u64>
Copy the entire contents of self to to. This uses operating system
specific fast paths if available.