pub async fn request(
socket_path: impl AsRef<Path>,
rpc: RuntimeRpc,
) -> Result<RuntimeResponse, ClientError>Expand description
Send a raw protocol request to socket_path.
pub async fn request(
socket_path: impl AsRef<Path>,
rpc: RuntimeRpc,
) -> Result<RuntimeResponse, ClientError>Send a raw protocol request to socket_path.