[][src]Macro yew::html

macro_rules! html {
    ($($tail:tt)*) => { ... };
}

This macro implements JSX-like templates.