[][src]Function sauron::html::br

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

Build a <br> element.