Struct internet2::transport::ftcp::Connection[][src]

pub struct Connection { /* fields omitted */ }
Expand description

Wraps TcpStream

We need this wrapper structure since we can’t implement foreign traits, such as Bipolar, for a foreign type.

Implementations

Trait Implementations

First separable type (like reader)

Second separable type (like writer)

Reconstruct the type from the halves

Split the type into two

Formats the value using the given formatter. 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.

Should always be Self

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.