pub trait ITextWriter_SyncTextWriter: ITextWriter {
// Provided methods
fn out(self) -> TextWriter { ... }
fn set_out(self, value: TextWriter) { ... }
}Provided Methods§
fn out(self) -> TextWriter
fn set_out(self, value: TextWriter)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.