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