test_html

Macro test_html 

Source
macro_rules! test_html {
    ($($html:tt)*) => { ... };
}
Expand description

A macro which derives a yew::Component for an arbitrary HTML snippet and mounts it, for testing.