Skip to main content

ITextWriter_SyncTextWriter

Trait ITextWriter_SyncTextWriter 

Source
pub trait ITextWriter_SyncTextWriter: ITextWriter {
    // Provided methods
    fn out(self) -> TextWriter { ... }
    fn set_out(self, value: TextWriter) { ... }
}

Provided Methods§

Source

fn out(self) -> TextWriter

Source

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.

Implementors§