Struct ethcore_ipc_nano::GuardedSocket [] [src]

pub struct GuardedSocket<S> where S: WithSocket<Socket> { /* fields omitted */ }

struct for guarding _endpoint (so that it wont drop) derefs to client S

Methods

impl<S> GuardedSocket<S> where S: WithSocket<Socket>
[src]

Methods from Deref<Target=Arc<S>>

Trait Implementations

impl<S> Deref for GuardedSocket<S> where S: WithSocket<Socket>
[src]

The resulting type after dereferencing

The method called to dereference a value