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

Provided Methods

Implementors