[][src]Function sauron::prelude::html::attributes::inner_html

pub fn inner_html<V, MSG>(
    inner_html: V
) -> Attribute<&'static str, &'static str, AttributeValue, Event, MSG> where
    V: Into<Value> + Clone

set the inner html of this element without comparing in the diff this always sets the value This is for optimization purposes and will lead to some hacks in the implementation