pub trait PlugImplExt: ObjectSubclass + Sealed {
    // Provided method
    fn parent_embedded(&self) { ... }
}

Provided Methods§

Implementors§