Struct distant_core::TransportReadHalf[][src]

pub struct TransportReadHalf<T> where
    T: AsyncRead + Unpin
{ /* fields omitted */ }
Expand description

Represents a transport of data in from the network

Implementations

Receives some data from out on the wire, waiting until it’s available, returning none if the transport is now closed

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.