pub trait SocketImplExt: ObjectSubclass + Sealed {
    // Provided methods
    fn parent_plug_added(&self) { ... }
    fn parent_plug_removed(&self) -> Propagation { ... }
}

Provided Methods§

Implementors§