Trait ethcore_ipc_nano::WithSocket [] [src]

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

Basically something that needs only socket to be spawned

Required Methods

Implementors