Skip to main content

Render

Trait Render 

Source
pub trait Render {
    // Required method
    fn render(&self, input: &Input) -> Output;
}
Expand description

Implemented by #[zyn::element] types. Renders the element with the given Input context.

Required Methods§

Source

fn render(&self, input: &Input) -> Output

Implementors§