script

Function script 

Source
pub fn script<MSG: Clone>(
    attrs: &[Attribute<MSG>],
    children: &[Node<MSG>],
) -> Node<MSG>
Expand description

Creates an html script element