pub trait HType: Sealed { }
Expand description

A marker trait for the component type that H is supposed to build.

Can either be HtmlTag or ImportedComponent.

Implementors