render_tree::stylesheet

Trait WriteStyle

Source
pub trait WriteStyle: WriteColor {
    // Provided method
    fn set_style<'a>(&mut self, style: impl Into<Style>) -> Result<()> { ... }
}

Provided Methods§

Source

fn set_style<'a>(&mut self, style: impl Into<Style>) -> Result<()>

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§