Trait cercis_html::component::RenderComponent
source · pub trait RenderComponent: 'static {
// Required method
fn render(&self, props: &dyn Any) -> VBody;
}pub trait RenderComponent: 'static {
// Required method
fn render(&self, props: &dyn Any) -> VBody;
}