Skip to main content

SvgTextElementCreateExt

Trait SvgTextElementCreateExt 

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

Provided Methods§

Source

fn create_text() -> 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 SvgTextElementCreateExt for SvgTextElement

Implementors§