pub trait HtmlOListElementCreateExt: JsCast {
    // Provided method
    fn create_ol() -> Self { ... }
}

Provided Methods§

source

fn create_ol() -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl HtmlOListElementCreateExt for HtmlOListElement

Implementors§