Struct netcore::transport::boxed::BoxedTransport[][src]

pub struct BoxedTransport<O, E> { /* fields omitted */ }
Expand description

See the boxed method for more information.

Trait Implementations

The result of establishing a connection. Read more

The Error type of errors which can happen while establishing a connection.

A stream of Inbound connections and the address of the dialer. Read more

A pending Output for an inbound connection, obtained from the Listener stream. Read more

A pending Output for an outbound connection, obtained from dialing stream. Read more

Listens on the given NetworkAddress, returning a stream of incoming connections. Read more

Dials the given NetworkAddress, returning a future for a pending outbound connection.

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.

Should always be Self

Turns a Transport into an abstract boxed transport.

Applies a function producing an asynchronous result to every connection created by this transport. Read more

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.