logo
pub fn text<S, MSG>(
    s: S
) -> Node<&'static str, &'static str, Leaf, &'static str, AttributeValue<MSG>> where
    S: ToString
Expand description

Create a text node element

Example