Function call_ipc_sync

Source
pub fn call_ipc_sync(
    channel: &Channel,
    method: &str,
    args: Value,
) -> Result<String>