pub trait Render { // Required method fn render(&self, input: &Input) -> Output; }
Implemented by #[zyn::element] types. Renders the element with the given Input context.
#[zyn::element]
Input