Macro perspective_viewer::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.
macro_rules! test_html { ($($html:tt)*) => { ... }; }
A macro which derives a yew::Component for an arbitrary HTML snippet and
mounts it, for testing.