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

Provided Methods

Implementors