Skip to main content

PlugImpl

Trait PlugImpl 

Source
pub trait PlugImpl: PlugImplExt + WindowImpl {
    // Provided method
    fn embedded(&self) { ... }
}
Available on gdk_backend=x11 only.

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".

Implementors§