Function sauron_core::html::source
source · pub fn source<MSG>(
attrs: impl IntoIterator<Item = Attribute<MSG>>,
children: impl IntoIterator<Item = Node<MSG>>
) -> Node<MSG>
Expand description
Creates an html source element
pub fn source<MSG>(
attrs: impl IntoIterator<Item = Attribute<MSG>>,
children: impl IntoIterator<Item = Node<MSG>>
) -> Node<MSG>
Creates an html source element