HtmlScriptElementCreateExt

Trait HtmlScriptElementCreateExt 

Source
pub trait HtmlScriptElementCreateExt: JsCast {
    // Provided method
    fn create_script() -> Self { ... }
}

Provided Methods§

Source

fn create_script() -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl HtmlScriptElementCreateExt for HtmlScriptElement

Implementors§