Trait ethcore_ipc::interface::WithSocket [] [src]

pub trait WithSocket<S: IpcSocket> {
    fn init(socket: S) -> Self;
}

Basically something that needs only socket to be spawned

Required Methods

Implementors