[go: up one dir, main page]

PlugImpl

Trait PlugImpl 

Source
pub trait PlugImpl: PlugImplExt + WindowImpl {
    // Provided method
    fn embedded(&self) { ... }
}

Provided Methods§

Source

fn embedded(&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.

Implementors§