Struct zeromq::RouterSocket[][src]

pub struct RouterSocket { /* fields omitted */ }

Trait Implementations

Executes the destructor for this type. Read more

Creates and setups new socket monitor Read more

Binds to the endpoint and starts a coroutine to accept new connections on it. Read more

Unbinds the endpoint, blocking until the associated endpoint is no longer in use Read more

Unbinds all bound endpoints, blocking until finished.

Connects to the given endpoint.

Disconnects from the given endpoint, blocking until finished. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.