pub trait OutputExt: Output {
// Provided method
fn as_write(&mut self) -> AsWrite<'_, Self> ⓘ { ... }
}Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".