Skip to main content

progress

Function progress 

Source
pub fn progress<'a, B>(
    bump: B,
) -> ElementBuilder<'a, Vec<'a, Listener<'a>>, Vec<'a, Attribute<'a>>, Vec<'a, Node<'a>>>
where B: Into<&'a Bump>,
Expand description

Build a <progress> element.