Trait rstml_component::HtmlComponent
source · pub trait HtmlComponent {
type Content: HtmlContent;
// Required method
fn into_content(self) -> Self::Content;
}
pub trait HtmlComponent {
type Content: HtmlContent;
// Required method
fn into_content(self) -> Self::Content;
}