Module yew::utils

source ·
Expand description

This module contains useful utilities to get information about the current document.

Structs

A special type necessary for flattening components returned from nested html macros.

Functions

Map IntoIterator<Item = Into<T>> to Iterator<Item = T>
Print the web_sys::Node’s contents as a string for debugging purposes