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

Provided Methods

Implementors