[][src]Function sauron::html::thead

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

Build a <thead> element.