Skip to main content

SurfaceRenderer

Trait SurfaceRenderer 

Source
pub trait SurfaceRenderer {
    // Required method
    fn render_surface(&mut self, input: SurfaceRenderInput<'_>) -> Vec<Row>;
}
Expand description

Renderer adapter for iocraft-backed or other bounded surfaces.

Required Methods§

Source

fn render_surface(&mut self, input: SurfaceRenderInput<'_>) -> Vec<Row>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§