Enum ipc_channel::platform::OsIpcChannel [] [src]

pub enum OsIpcChannel {
    Sender(OsIpcSender),
    Receiver(OsIpcReceiver),
}

Variants