trait CopyWrite: Write {
// Required method
fn properties(&self) -> CopyParams;
}
Required Methods§
sourcefn properties(&self) -> CopyParams
fn properties(&self) -> CopyParams
Extracts the file descriptor and hints/metadata, delegating through wrappers if necessary.