Function sauron::html::dt[][src]

pub fn dt<MSG>(
    attrs: Vec<Attribute<&'static str, &'static str, AttributeValue<MSG>>, Global>,
    children: Vec<Node<&'static str, &'static str, &'static str, AttributeValue<MSG>>, Global>
) -> Node<&'static str, &'static str, &'static str, AttributeValue<MSG>>
Expand description

Creates an html dt element