logo

Function sauron::html::li

source · []
pub fn li<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 li element