Skip to main content

OutputExt

Trait OutputExt 

Source
pub trait OutputExt: Output {
    // Provided method
    fn as_write(&mut self) -> AsWrite<'_, Self>  { ... }
}

Provided Methods§

Source

fn as_write(&mut self) -> AsWrite<'_, Self>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T: ?Sized + Output> OutputExt for T