Struct sandbox_ipc::ChildMessageChannel[][src]

pub struct ChildMessageChannel { /* fields omitted */ }

A serializable type for establishing MessageChannels 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 ChildMessageChannel
[src]

Trait Implementations

impl Debug for ChildMessageChannel
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations