pub async fn send_ipc_command<P: AsRef<Path>>(
socket_path: P,
command: IpcCommand,
) -> Result<IpcResponse, IpcError>pub async fn send_ipc_command<P: AsRef<Path>>(
socket_path: P,
command: IpcCommand,
) -> Result<IpcResponse, IpcError>