logo

Function sauron::html::hgroup

source · []
pub fn hgroup<MSG>(
    attrs: impl IntoIterator<Item = Attribute<&'static str, &'static str, AttributeValue<MSG>>>,
    children: impl IntoIterator<Item = Node<&'static str, &'static str, Leaf, &'static str, AttributeValue<MSG>>>
) -> Node<&'static str, &'static str, Leaf, &'static str, AttributeValue<MSG>>
Expand description

Creates an html hgroup element