Struct sandbox_ipc::ChildRawMessageChannel[][src]

pub struct ChildRawMessageChannel(_);

A serializable type for establishing RawMessageChannels with child processes.

This type should be serialized into some format suitable for inclusion in arguments or environment variables that can be passed to a child process at creation.

Methods

impl ChildRawMessageChannel
[src]

Trait Implementations

impl Debug for ChildRawMessageChannel
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations