Function sauron::html::tags::self_closing::link

source ·
pub fn link<MSG>(
    attrs: impl IntoIterator<Item = Attribute<MSG>>,
    children: impl IntoIterator<Item = Node<MSG>>
) -> Node<MSG>
Expand description

Creates an html link element