Skip to main content

CopyWrite

Trait CopyWrite 

Source
trait CopyWrite: Write {
    // Required method
    fn properties(&self) -> CopyParams;
}

Required Methods§

Source

fn properties(&self) -> CopyParams

Extracts the file descriptor and hints/metadata, delegating through wrappers if necessary.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§