[][src]Function sauron::html::abbr

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

Build a <abbr> element.