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.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".