Function workflow_nw::ipc::ipc::get_ipc_target

source ยท
pub async fn get_ipc_target<Ident>(
    identifier: Ident,
) -> Result<Option<IpcTarget>>
where Ident: ToString,