Skip to main content

SvggElementCreateExt

Trait SvggElementCreateExt 

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

Provided Methods§

Source

fn create_g() -> 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 SvggElementCreateExt for SvggElement

Implementors§