pub trait SocketImpl: SocketImplExt + ContainerImpl {
    fn plug_added(&self, socket: &Self::Type) { ... }
    fn plug_removed(&self, socket: &Self::Type) -> Inhibit { ... }
}

Provided Methods

Implementors