Function htmlify::append_to_document_body [−][src]
pub fn append_to_document_body(
htmlifiable: impl Htmlify
) -> Result<(), impl Debug>Expand description
Helper function which appends some impl Htmlify to the web_sys document
body. Combined with the rest of this crate, may be used to generate the entire
HTML body in arbitrary Rust-driven ways.