Skip to main content

embed

Function embed 

Source
pub fn embed() -> Element
Expand description

External content: <embed>.

ยงExamples

use winged_rust::prelude::*;
let el = embed();
assert_eq!(el.tag(), "embed");