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.

Implementors§