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