[][src]Function sauron::html::details

pub fn details<A, C, MSG>(attrs: A, children: C) -> Node<MSG> where
    C: AsRef<[Node<MSG>]>,
    A: AsRef<[Attribute<MSG>]>,
    MSG: Clone

Build a <details> element.