Struct tokio_unix_ipc::Receiver[][src]

pub struct Receiver<T> { /* fields omitted */ }
Expand description

A typed receiver.

Implementations

Connects a receiver to a named unix socket.

Converts the typed receiver into a raw one.

Receives a structured message from the socket.

Trait Implementations

Extracts the raw file descriptor. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Performs the conversion.

Constructs a new instance of Self from the given raw file descriptor. Read more

Consumes this object, returning the raw underlying file descriptor. Read more

Serialize this value into the given Serde serializer. 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.