Skip to main content

Component

Trait Component 

Source
pub trait Component {
    // Provided method
    fn render<'b>(&self, buf: &'b mut Buffer) -> Result<&'b mut Buffer> { ... }
}

Provided Methods§

Source

fn render<'b>(&self, buf: &'b mut Buffer) -> Result<&'b mut Buffer>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§