Struct tokio_unix_ipc::Receiver [−][src]
pub struct Receiver<T> { /* fields omitted */ }
Expand description
A typed receiver.
Implementations
Trait Implementations
fn deserialize<D>(deserializer: D) -> Result<Receiver<T>, D::Error> where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Receiver<T>, D::Error> where
D: Deserializer<'de>,
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