Skip to main content

HtmlOptionElementCreateExt

Trait HtmlOptionElementCreateExt 

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

Provided Methods§

Source

fn create_option() -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl HtmlOptionElementCreateExt for HtmlOptionElement

Implementors§