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]
pub fn into_channel<T, R>(
    self, 
    tokio_loop: &TokioHandle
) -> Result<MessageChannel<T, R>> where
    T: Serialize,
    R: for<'de> Deserialize<'de>, [src]
self,
tokio_loop: &TokioHandle
) -> Result<MessageChannel<T, R>> where
T: Serialize,
R: for<'de> Deserialize<'de>,